amis-rpc-design/node_modules/@react-native-community/cli-clean/package.json

33 lines
811 B
JSON
Raw Normal View History

2023-10-07 19:42:30 +08:00
{
"name": "@react-native-community/cli-clean",
"version": "11.3.7",
"license": "MIT",
"main": "build/index.js",
"publishConfig": {
"access": "public"
},
"types": "build/index.d.ts",
"dependencies": {
"@react-native-community/cli-tools": "11.3.7",
"chalk": "^4.1.2",
"execa": "^5.0.0",
"prompts": "^2.4.0"
},
"files": [
"build",
"!*.d.ts",
"!*.map"
],
"devDependencies": {
"@react-native-community/cli-types": "11.3.7",
"@types/prompts": "^2.0.9"
},
"homepage": "https://github.com/react-native-community/cli/tree/master/packages/cli-clean",
"repository": {
"type": "git",
"url": "https://github.com/react-native-community/cli.git",
"directory": "packages/cli-clean"
},
"gitHead": "7a0e1772eb3ff6d8a0c4368893de0ce786f9daae"
}