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
30 lines (30 loc) · 786 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 786 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
{
"name": "@react-native-community/cli-config-android",
"version": "19.0.0-alpha.0",
"license": "MIT",
"main": "build/index.js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@react-native-community/cli-tools": "19.0.0-alpha.0",
"fast-glob": "^3.3.2",
"fast-xml-parser": "^4.4.1",
"picocolors": "^1.1.1"
},
"files": [
"build",
"!*.d.ts",
"!*.map",
"native_modules.gradle"
],
"devDependencies": {
"@react-native-community/cli-types": "19.0.0-alpha.0"
},
"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"
}
}