You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
999 B
39 lines
999 B
{
|
|
"name": "@react-native-community/cli-platform-android",
|
|
"version": "9.2.1",
|
|
"license": "MIT",
|
|
"main": "build/index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-community/cli-tools": "^9.2.1",
|
|
"chalk": "^4.1.2",
|
|
"execa": "^1.0.0",
|
|
"fs-extra": "^8.1.0",
|
|
"glob": "^7.1.3",
|
|
"logkitty": "^0.7.1",
|
|
"slash": "^3.0.0"
|
|
},
|
|
"files": [
|
|
"build",
|
|
"!*.d.ts",
|
|
"!*.map",
|
|
"native_modules.gradle"
|
|
],
|
|
"devDependencies": {
|
|
"@react-native-community/cli-types": "^9.1.0",
|
|
"@types/execa": "^0.9.0",
|
|
"@types/fs-extra": "^8.1.0",
|
|
"@types/glob": "^7.1.1",
|
|
"@types/lodash": "^4.14.149"
|
|
},
|
|
"homepage": "https://github.com/react-native-community/cli/tree/master/packages/platform-android",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/react-native-community/cli.git",
|
|
"directory": "packages/platform-android"
|
|
},
|
|
"gitHead": "0e63e750a235062cd9bc43ed6a4a2beb8f14385a"
|
|
}
|