UNPKG

2.24 kBJSONView Raw
1{
2 "name": "@react-native-community/cli",
3 "version": "6.4.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": ">=12"
22 },
23 "jest": {
24 "testEnvironment": "node"
25 },
26 "dependencies": {
27 "@react-native-community/cli-debugger-ui": "^6.0.0-rc.0",
28 "@react-native-community/cli-hermes": "^6.3.0",
29 "@react-native-community/cli-plugin-metro": "^6.4.0",
30 "@react-native-community/cli-server-api": "^6.4.0",
31 "@react-native-community/cli-tools": "^6.2.0",
32 "@react-native-community/cli-types": "^6.0.0",
33 "appdirsjs": "^1.2.4",
34 "chalk": "^4.1.2",
35 "command-exists": "^1.2.8",
36 "commander": "^2.19.0",
37 "cosmiconfig": "^5.1.0",
38 "deepmerge": "^3.2.0",
39 "envinfo": "^7.7.2",
40 "execa": "^1.0.0",
41 "find-up": "^4.1.0",
42 "fs-extra": "^8.1.0",
43 "glob": "^7.1.3",
44 "graceful-fs": "^4.1.3",
45 "joi": "^17.2.1",
46 "leven": "^3.1.0",
47 "lodash": "^4.17.15",
48 "minimist": "^1.2.0",
49 "node-stream-zip": "^1.9.1",
50 "ora": "^3.4.0",
51 "pretty-format": "^26.6.2",
52 "prompts": "^2.4.0",
53 "semver": "^6.3.0",
54 "serve-static": "^1.13.1",
55 "strip-ansi": "^5.2.0",
56 "sudo-prompt": "^9.0.0",
57 "wcwidth": "^1.0.1"
58 },
59 "peerDependencies": {
60 "react-native": "*"
61 },
62 "devDependencies": {
63 "@types/command-exists": "^1.2.0",
64 "@types/cosmiconfig": "^5.0.3",
65 "@types/fs-extra": "^8.1.0",
66 "@types/glob": "^7.1.1",
67 "@types/graceful-fs": "^4.1.3",
68 "@types/hapi__joi": "^17.1.6",
69 "@types/lodash": "^4.14.149",
70 "@types/minimist": "^1.2.0",
71 "@types/prompts": "^2.0.9",
72 "@types/semver": "^6.0.2",
73 "@types/wcwidth": "^1.0.0",
74 "slash": "^3.0.0",
75 "snapshot-diff": "^0.7.0"
76 },
77 "homepage": "https://github.com/react-native-community/cli/tree/master/packages/cli",
78 "repository": {
79 "type": "git",
80 "url": "https://github.com/react-native-community/cli.git",
81 "directory": "packages/cli"
82 },
83 "gitHead": "3dfc3c20b7a3436ac9b9c8e1dfe6b68387fe3243"
84}