This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.

59 lines
1.4 KiB
JSON
Raw Permalink Normal View History

2021-04-02 02:24:13 +03:00
{
"name": "@expo/config",
"version": "3.3.34",
"description": "A library for interacting with the app.json",
"main": "build/index.js",
"scripts": {
"watch": "tsc --watch",
"build": "tsc",
"prepare": "yarn run clean && yarn build",
"clean": "rimraf build ./tsconfig.tsbuildinfo",
"lint": "eslint .",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/expo/expo-cli.git",
"directory": "packages/config"
},
"keywords": [
"json",
"react-native",
"expo",
"react"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/expo/expo-cli/issues"
},
"homepage": "https://github.com/expo/expo-cli/tree/master/packages/config#readme",
"files": [
"build",
"paths"
],
"dependencies": {
"@babel/core": "7.9.0",
"@babel/plugin-proposal-class-properties": "~7.12.13",
"@babel/preset-env": "~7.12.13",
"@babel/preset-typescript": "~7.12.13",
"@expo/config-plugins": "1.0.24",
"@expo/config-types": "^40.0.0-beta.2",
"@expo/json-file": "8.2.28",
"fs-extra": "9.0.0",
"getenv": "^1.0.0",
"glob": "7.1.6",
"require-from-string": "^2.0.2",
"resolve-from": "^5.0.0",
"semver": "7.3.2",
"slugify": "^1.3.4"
},
"devDependencies": {
"@types/fs-extra": "^9.0.1",
"memfs": "^2.15.5",
"rimraf": "^3.0.2"
},
"publishConfig": {
"access": "public"
}
}