UNPKG

919 BJSONView Raw
1{
2 "name": "@react-native-community/cli-platform-android",
3 "version": "10.1.3",
4 "license": "MIT",
5 "main": "build/index.js",
6 "publishConfig": {
7 "access": "public"
8 },
9 "dependencies": {
10 "@react-native-community/cli-tools": "^10.1.1",
11 "chalk": "^4.1.2",
12 "execa": "^1.0.0",
13 "glob": "^7.1.3",
14 "logkitty": "^0.7.1"
15 },
16 "files": [
17 "build",
18 "!*.d.ts",
19 "!*.map",
20 "native_modules.gradle"
21 ],
22 "devDependencies": {
23 "@react-native-community/cli-types": "^10.0.0",
24 "@types/execa": "^0.9.0",
25 "@types/fs-extra": "^8.1.0",
26 "@types/glob": "^7.1.1"
27 },
28 "homepage": "https://github.com/react-native-community/cli/tree/master/packages/platform-android",
29 "repository": {
30 "type": "git",
31 "url": "https://github.com/react-native-community/cli.git",
32 "directory": "packages/platform-android"
33 },
34 "gitHead": "351b628ec1f3142e8c8ed4a71895516742517889"
35}