Skip to content

Commit 88f4a61

Browse files
authored
refactor: extract cli-config-android for linking (#2546)
1 parent 577b9af commit 88f4a61

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+90
-9
lines changed

packages/cli-config-android/README.md

Lines changed: 30 additions & 0 deletions
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "@react-native-community/cli-config-android",
3+
"version": "15.1.0",
4+
"license": "MIT",
5+
"main": "build/index.js",
6+
"publishConfig": {
7+
"access": "public"
8+
},
9+
"dependencies": {
10+
"@react-native-community/cli-tools": "15.1.0",
11+
"chalk": "^4.1.2",
12+
"fast-glob": "^3.3.2",
13+
"fast-xml-parser": "^4.4.1"
14+
},
15+
"files": [
16+
"build",
17+
"!*.d.ts",
18+
"!*.map",
19+
"native_modules.gradle"
20+
],
21+
"devDependencies": {
22+
"@react-native-community/cli-types": "15.1.0"
23+
},
24+
"homepage": "https://github.com/react-native-community/cli/tree/main/packages/cli-config-android",
25+
"repository": {
26+
"type": "git",
27+
"url": "https://github.com/react-native-community/cli.git",
28+
"directory": "packages/cli-config-android"
29+
}
30+
}

0 commit comments

Comments
 (0)