UNPKG

966 BJSONView Raw
1{
2 "name": "@react-native-community/cli-tools",
3 "version": "9.2.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": "^9.1.0",
22 "@types/lodash": "^4.14.149",
23 "@types/mime": "^2.0.1",
24 "@types/node": "^14.0.0",
25 "@types/node-fetch": "^2.5.5"
26 },
27 "files": [
28 "build",
29 "!*.d.ts",
30 "!*.map"
31 ],
32 "homepage": "https://github.com/react-native-community/cli/tree/master/packages/tools",
33 "repository": {
34 "type": "git",
35 "url": "https://github.com/react-native-community/cli.git",
36 "directory": "packages/tools"
37 },
38 "gitHead": "0e63e750a235062cd9bc43ed6a4a2beb8f14385a"
39}