UNPKG

1 kBJSONView Raw
1{
2 "name": "@react-native-community/cli-tools",
3 "version": "11.3.1",
4 "license": "MIT",
5 "main": "build/index.js",
6 "publishConfig": {
7 "access": "public"
8 },
9 "dependencies": {
10 "appdirsjs": "^1.2.4",
11 "chalk": "^4.1.2",
12 "find-up": "^5.0.0",
13 "mime": "^2.4.1",
14 "node-fetch": "^2.6.0",
15 "open": "^6.2.0",
16 "ora": "^5.4.1",
17 "semver": "^6.3.0",
18 "shell-quote": "^1.7.3"
19 },
20 "devDependencies": {
21 "@react-native-community/cli-types": "11.3.1",
22 "@types/lodash": "^4.14.149",
23 "@types/mime": "^2.0.1",
24 "@types/node": "^16.0.0",
25 "@types/node-fetch": "^2.5.5",
26 "@types/shell-quote": "^1.7.1"
27 },
28 "files": [
29 "build",
30 "!*.d.ts",
31 "!*.map"
32 ],
33 "homepage": "https://github.com/react-native-community/cli/tree/master/packages/tools",
34 "repository": {
35 "type": "git",
36 "url": "https://github.com/react-native-community/cli.git",
37 "directory": "packages/tools"
38 },
39 "gitHead": "c878c393938a37163367eb82a6d68af5d5f70a0c"
40}