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.
63 lines
1.7 KiB
63 lines
1.7 KiB
{
|
|
"name": "@react-native-community/cli",
|
|
"version": "9.2.1",
|
|
"description": "React Native CLI",
|
|
"license": "MIT",
|
|
"main": "build/index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"bin": {
|
|
"react-native": "build/bin.js"
|
|
},
|
|
"files": [
|
|
"build",
|
|
"!*.d.ts",
|
|
"!*.map",
|
|
"setup_env.sh"
|
|
],
|
|
"engineStrict": true,
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"jest": {
|
|
"testEnvironment": "node"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-community/cli-clean": "^9.2.1",
|
|
"@react-native-community/cli-config": "^9.2.1",
|
|
"@react-native-community/cli-debugger-ui": "^9.0.0",
|
|
"@react-native-community/cli-doctor": "^9.2.1",
|
|
"@react-native-community/cli-hermes": "^9.2.1",
|
|
"@react-native-community/cli-plugin-metro": "^9.2.1",
|
|
"@react-native-community/cli-server-api": "^9.2.1",
|
|
"@react-native-community/cli-tools": "^9.2.1",
|
|
"@react-native-community/cli-types": "^9.1.0",
|
|
"chalk": "^4.1.2",
|
|
"commander": "^9.4.0",
|
|
"execa": "^1.0.0",
|
|
"find-up": "^4.1.0",
|
|
"fs-extra": "^8.1.0",
|
|
"graceful-fs": "^4.1.3",
|
|
"prompts": "^2.4.0",
|
|
"semver": "^6.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^8.1.0",
|
|
"@types/graceful-fs": "^4.1.3",
|
|
"@types/hapi__joi": "^17.1.6",
|
|
"@types/prompts": "^2.0.9",
|
|
"@types/semver": "^6.0.2",
|
|
"deepmerge": "^3.2.0",
|
|
"slash": "^3.0.0",
|
|
"snapshot-diff": "^0.7.0"
|
|
},
|
|
"homepage": "https://github.com/react-native-community/cli/tree/master/packages/cli",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/react-native-community/cli.git",
|
|
"directory": "packages/cli"
|
|
},
|
|
"gitHead": "0e63e750a235062cd9bc43ed6a4a2beb8f14385a"
|
|
}
|