UNPKG

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