UNPKG

2.21 kBJSONView Raw
1{
2 "name": "@react-native-community/cli",
3 "version": "4.9.0",
4 "description": "React Native CLI",
5 "license": "MIT",
6 "main": "build/index.js",
7 "publishConfig": {
8 "access": "public"
9 },
10 "bin": {
11 "react-native": "build/bin.js"
12 },
13 "files": [
14 "build",
15 "!*.d.ts",
16 "!*.map",
17 "setup_env.sh"
18 ],
19 "engineStrict": true,
20 "engines": {
21 "node": ">=8.3"
22 },
23 "repository": {
24 "type": "git",
25 "url": "https://github.com/react-native-community/react-native-cli.git"
26 },
27 "jest": {
28 "testEnvironment": "node"
29 },
30 "dependencies": {
31 "@hapi/joi": "^15.0.3",
32 "@react-native-community/cli-debugger-ui": "^4.9.0",
33 "@react-native-community/cli-server-api": "^4.9.0",
34 "@react-native-community/cli-tools": "^4.9.0",
35 "@react-native-community/cli-types": "^4.9.0",
36 "chalk": "^3.0.0",
37 "command-exists": "^1.2.8",
38 "commander": "^2.19.0",
39 "cosmiconfig": "^5.1.0",
40 "deepmerge": "^3.2.0",
41 "envinfo": "^7.1.0",
42 "execa": "^1.0.0",
43 "find-up": "^4.1.0",
44 "fs-extra": "^8.1.0",
45 "glob": "^7.1.3",
46 "graceful-fs": "^4.1.3",
47 "inquirer": "^3.0.6",
48 "leven": "^3.1.0",
49 "lodash": "^4.17.15",
50 "metro": "^0.58.0",
51 "metro-config": "^0.58.0",
52 "metro-core": "^0.58.0",
53 "metro-react-native-babel-transformer": "^0.58.0",
54 "metro-resolver": "^0.58.0",
55 "minimist": "^1.2.0",
56 "mkdirp": "^0.5.1",
57 "node-stream-zip": "^1.9.1",
58 "ora": "^3.4.0",
59 "pretty-format": "^25.2.0",
60 "semver": "^6.3.0",
61 "serve-static": "^1.13.1",
62 "strip-ansi": "^5.2.0",
63 "sudo-prompt": "^9.0.0",
64 "wcwidth": "^1.0.1"
65 },
66 "peerDependencies": {
67 "react-native": "^0.62.0-rc.0"
68 },
69 "devDependencies": {
70 "@types/command-exists": "^1.2.0",
71 "@types/cosmiconfig": "^5.0.3",
72 "@types/fs-extra": "^8.1.0",
73 "@types/glob": "^7.1.1",
74 "@types/graceful-fs": "^4.1.3",
75 "@types/hapi__joi": "^15.0.4",
76 "@types/lodash": "^4.14.149",
77 "@types/minimist": "^1.2.0",
78 "@types/mkdirp": "^0.5.2",
79 "@types/semver": "^6.0.2",
80 "@types/wcwidth": "^1.0.0",
81 "slash": "^3.0.0",
82 "snapshot-diff": "^0.7.0"
83 },
84 "gitHead": "48136adfb814d335e957e22129d049c4a05c8759"
85}