UNPKG

927 BJSONView Raw
1{
2 "name": "@react-native-community/cli-platform-ios",
3 "version": "10.2.0",
4 "license": "MIT",
5 "main": "build/index.js",
6 "publishConfig": {
7 "access": "public"
8 },
9 "dependencies": {
10 "@react-native-community/cli-tools": "^10.1.1",
11 "chalk": "^4.1.2",
12 "execa": "^1.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": "^10.0.0",
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": "4cf05191c60b981d0db310cf1b01636fda46482c"
36}