forked from react-native-community/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 819 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "@react-native-community/cli-config-android",
"version": "20.1.1",
"license": "MIT",
"main": "build/index.js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@react-native-community/cli-tools": "20.1.1",
"fast-glob": "^3.3.2",
"fast-xml-parser": "^5.3.6",
"picocolors": "^1.1.1"
},
"files": [
"build",
"!*.d.ts",
"!*.map",
"native_modules.gradle"
],
"devDependencies": {
"@react-native-community/cli-types": "20.1.1"
},
"homepage": "https://github.com/react-native-community/cli/tree/main/packages/cli-config-android",
"repository": {
"type": "git",
"url": "https://github.com/react-native-community/cli.git",
"directory": "packages/cli-config-android"
},
"gitHead": "3614a01613030c0a328ad2e8bb5d897e5bae1456"
}