32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"name": "@react-native/community-cli-plugin",
|
|
"version": "0.73.17",
|
|
"description": "Core CLI commands for React Native",
|
|
"keywords": ["react-native", "tools"],
|
|
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/buid-scripts#readme",
|
|
"bugs": "https://github.com/facebook/react-native/issues",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/react-native.git",
|
|
"directory": "packages/community-cli-plugin"
|
|
},
|
|
"license": "MIT",
|
|
"exports": { ".": "./dist/index.js", "./package.json": "./package.json" },
|
|
"files": ["dist"],
|
|
"dependencies": {
|
|
"@react-native/dev-middleware": "0.73.8",
|
|
"@react-native-community/cli-server-api": "12.3.6",
|
|
"@react-native-community/cli-tools": "12.3.6",
|
|
"@react-native/metro-babel-transformer": "0.73.15",
|
|
"chalk": "^4.0.0",
|
|
"execa": "^5.1.1",
|
|
"metro": "^0.80.3",
|
|
"metro-config": "^0.80.3",
|
|
"metro-core": "^0.80.3",
|
|
"node-fetch": "^2.2.0",
|
|
"readline": "^1.3.0"
|
|
},
|
|
"devDependencies": { "metro-resolver": "^0.80.3" },
|
|
"engines": { "node": ">=18" }
|
|
}
|