1 | {
|
2 | "name": "@react-native-community/cli-platform-ios",
|
3 | "version": "11.3.1",
|
4 | "license": "MIT",
|
5 | "main": "build/index.js",
|
6 | "publishConfig": {
|
7 | "access": "public"
|
8 | },
|
9 | "dependencies": {
|
10 | "@react-native-community/cli-tools": "11.3.1",
|
11 | "chalk": "^4.1.2",
|
12 | "execa": "^5.0.0",
|
13 | "fast-xml-parser": "^4.0.12",
|
14 | "glob": "^7.1.3",
|
15 | "ora": "^5.4.1"
|
16 | },
|
17 | "devDependencies": {
|
18 | "@react-native-community/cli-types": "11.3.1",
|
19 | "@types/glob": "^7.1.1",
|
20 | "@types/lodash": "^4.14.149",
|
21 | "hasbin": "^1.2.3"
|
22 | },
|
23 | "files": [
|
24 | "build",
|
25 | "!*.d.ts",
|
26 | "!*.map",
|
27 | "native_modules.rb"
|
28 | ],
|
29 | "homepage": "https://github.com/react-native-community/cli/tree/master/packages/platform-ios",
|
30 | "repository": {
|
31 | "type": "git",
|
32 | "url": "https://github.com/react-native-community/cli.git",
|
33 | "directory": "packages/platform-ios"
|
34 | },
|
35 | "gitHead": "c878c393938a37163367eb82a6d68af5d5f70a0c"
|
36 | }
|