You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
966 B
40 lines
966 B
{
|
|
"name": "@react-native-community/cli-tools",
|
|
"version": "9.2.1",
|
|
"license": "MIT",
|
|
"main": "build/index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"appdirsjs": "^1.2.4",
|
|
"chalk": "^4.1.2",
|
|
"find-up": "^5.0.0",
|
|
"mime": "^2.4.1",
|
|
"node-fetch": "^2.6.0",
|
|
"open": "^6.2.0",
|
|
"ora": "^5.4.1",
|
|
"semver": "^6.3.0",
|
|
"shell-quote": "^1.7.3"
|
|
},
|
|
"devDependencies": {
|
|
"@react-native-community/cli-types": "^9.1.0",
|
|
"@types/lodash": "^4.14.149",
|
|
"@types/mime": "^2.0.1",
|
|
"@types/node": "^14.0.0",
|
|
"@types/node-fetch": "^2.5.5"
|
|
},
|
|
"files": [
|
|
"build",
|
|
"!*.d.ts",
|
|
"!*.map"
|
|
],
|
|
"homepage": "https://github.com/react-native-community/cli/tree/master/packages/tools",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/react-native-community/cli.git",
|
|
"directory": "packages/tools"
|
|
},
|
|
"gitHead": "0e63e750a235062cd9bc43ed6a4a2beb8f14385a"
|
|
}
|