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.

34 lines
840 B

{
"name": "@react-native-community/cli-clean",
"version": "9.2.1",
"license": "MIT",
"main": "build/index.js",
"publishConfig": {
"access": "public"
},
"types": "build/index.d.ts",
"dependencies": {
"@react-native-community/cli-tools": "^9.2.1",
"chalk": "^4.1.2",
"execa": "^1.0.0",
"prompts": "^2.4.0"
},
"files": [
"build",
"!*.d.ts",
"!*.map"
],
"devDependencies": {
"@react-native-community/cli-types": "^9.1.0",
"@types/execa": "^0.9.0",
"@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": "0e63e750a235062cd9bc43ed6a4a2beb8f14385a"
}