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.
2021-04-02 02:24:13 +03:00

37 lines
857 B
JSON

{
"name": "@react-native-community/cli-platform-android",
"version": "4.13.0",
"license": "MIT",
"main": "build/index.js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@react-native-community/cli-tools": "^4.13.0",
"chalk": "^3.0.0",
"execa": "^1.0.0",
"fs-extra": "^8.1.0",
"glob": "^7.1.3",
"jetifier": "^1.6.2",
"lodash": "^4.17.15",
"logkitty": "^0.7.1",
"slash": "^3.0.0",
"xmldoc": "^1.1.2"
},
"files": [
"build",
"!*.d.ts",
"!*.map",
"native_modules.gradle"
],
"devDependencies": {
"@react-native-community/cli-types": "^4.10.1",
"@types/execa": "^0.9.0",
"@types/fs-extra": "^8.1.0",
"@types/glob": "^7.1.1",
"@types/lodash": "^4.14.149",
"@types/xmldoc": "^1.1.4"
},
"gitHead": "6cf12b00c02aca6d4bc843446394331d71a9749e"
}