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.
36 lines
919 B
36 lines
919 B
{
|
|
"name": "@react-native-community/cli-platform-android",
|
|
"version": "10.2.0",
|
|
"license": "MIT",
|
|
"main": "build/index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-community/cli-tools": "^10.1.1",
|
|
"chalk": "^4.1.2",
|
|
"execa": "^1.0.0",
|
|
"glob": "^7.1.3",
|
|
"logkitty": "^0.7.1"
|
|
},
|
|
"files": [
|
|
"build",
|
|
"!*.d.ts",
|
|
"!*.map",
|
|
"native_modules.gradle"
|
|
],
|
|
"devDependencies": {
|
|
"@react-native-community/cli-types": "^10.0.0",
|
|
"@types/execa": "^0.9.0",
|
|
"@types/fs-extra": "^8.1.0",
|
|
"@types/glob": "^7.1.1"
|
|
},
|
|
"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": "4cf05191c60b981d0db310cf1b01636fda46482c"
|
|
}
|