UNPKG

2.38 kBJSONView Raw
1{
2 "name": "@react-native-community/cli",
3 "version": "4.3.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.2.1",
33 "@react-native-community/cli-tools": "^4.2.2",
34 "@react-native-community/cli-types": "^4.3.0",
35 "chalk": "^3.0.0",
36 "command-exists": "^1.2.8",
37 "commander": "^2.19.0",
38 "compression": "^1.7.1",
39 "connect": "^3.6.5",
40 "cosmiconfig": "^5.1.0",
41 "deepmerge": "^3.2.0",
42 "envinfo": "^7.1.0",
43 "errorhandler": "^1.5.0",
44 "execa": "^1.0.0",
45 "find-up": "^4.1.0",
46 "fs-extra": "^8.1.0",
47 "glob": "^7.1.3",
48 "graceful-fs": "^4.1.3",
49 "inquirer": "^3.0.6",
50 "leven": "^3.1.0",
51 "lodash": "^4.17.15",
52 "metro": "^0.58.0",
53 "metro-config": "^0.58.0",
54 "metro-core": "^0.58.0",
55 "metro-react-native-babel-transformer": "^0.58.0",
56 "minimist": "^1.2.0",
57 "mkdirp": "^0.5.1",
58 "open": "^6.2.0",
59 "ora": "^3.4.0",
60 "pretty-format": "^25.1.0",
61 "semver": "^6.3.0",
62 "serve-static": "^1.13.1",
63 "shell-quote": "1.6.1",
64 "strip-ansi": "^5.2.0",
65 "sudo-prompt": "^9.0.0",
66 "wcwidth": "^1.0.1",
67 "ws": "^1.1.0"
68 },
69 "peerDependencies": {
70 "react-native": "^0.62.0-rc.0"
71 },
72 "devDependencies": {
73 "@types/command-exists": "^1.2.0",
74 "@types/compression": "^1.0.1",
75 "@types/cosmiconfig": "^5.0.3",
76 "@types/errorhandler": "^0.0.32",
77 "@types/fs-extra": "^8.1.0",
78 "@types/glob": "^7.1.1",
79 "@types/graceful-fs": "^4.1.3",
80 "@types/hapi__joi": "^15.0.4",
81 "@types/lodash": "^4.14.149",
82 "@types/minimist": "^1.2.0",
83 "@types/mkdirp": "^0.5.2",
84 "@types/pretty-format": "^24.3.0",
85 "@types/semver": "^6.0.2",
86 "@types/wcwidth": "^1.0.0",
87 "@types/ws": "^6.0.3",
88 "slash": "^3.0.0",
89 "snapshot-diff": "^0.5.0"
90 },
91 "gitHead": "6cded84050c83db01418e62d06ae4e1fb6b72311"
92}