UNPKG

1.7 kBJSONView Raw
1{
2 "name": "@react-native-community/cli",
3 "version": "9.1.1",
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": ">=14"
22 },
23 "jest": {
24 "testEnvironment": "node"
25 },
26 "dependencies": {
27 "@react-native-community/cli-clean": "^9.1.0",
28 "@react-native-community/cli-config": "^9.1.0",
29 "@react-native-community/cli-debugger-ui": "^9.0.0",
30 "@react-native-community/cli-doctor": "^9.1.1",
31 "@react-native-community/cli-hermes": "^9.1.0",
32 "@react-native-community/cli-plugin-metro": "^9.1.1",
33 "@react-native-community/cli-server-api": "^9.1.0",
34 "@react-native-community/cli-tools": "^9.1.0",
35 "@react-native-community/cli-types": "^9.1.0",
36 "chalk": "^4.1.2",
37 "commander": "^9.4.0",
38 "execa": "^1.0.0",
39 "find-up": "^4.1.0",
40 "fs-extra": "^8.1.0",
41 "graceful-fs": "^4.1.3",
42 "prompts": "^2.4.0",
43 "semver": "^6.3.0"
44 },
45 "devDependencies": {
46 "@types/fs-extra": "^8.1.0",
47 "@types/graceful-fs": "^4.1.3",
48 "@types/hapi__joi": "^17.1.6",
49 "@types/prompts": "^2.0.9",
50 "@types/semver": "^6.0.2",
51 "deepmerge": "^3.2.0",
52 "slash": "^3.0.0",
53 "snapshot-diff": "^0.7.0"
54 },
55 "homepage": "https://github.com/react-native-community/cli/tree/master/packages/cli",
56 "repository": {
57 "type": "git",
58 "url": "https://github.com/react-native-community/cli.git",
59 "directory": "packages/cli"
60 },
61 "gitHead": "cf8f3bb5972a3005c312d532e4c8f7c8a18e6a82"
62}