react-native-get-pixel_edit/node_modules/@react-native-community/cli-platform-android/package.json
2025-07-09 11:41:52 +09:00

36 lines
922 B
JSON

{
"name": "@react-native-community/cli-platform-android",
"version": "12.3.6",
"license": "MIT",
"main": "build/index.js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@react-native-community/cli-tools": "12.3.6",
"chalk": "^4.1.2",
"execa": "^5.0.0",
"fast-xml-parser": "^4.2.4",
"glob": "^7.1.3",
"logkitty": "^0.7.1"
},
"files": [
"build",
"!*.d.ts",
"!*.map",
"native_modules.gradle"
],
"devDependencies": {
"@react-native-community/cli-types": "12.3.6",
"@types/fs-extra": "^8.1.0",
"@types/glob": "^7.1.1"
},
"homepage": "https://github.com/react-native-community/cli/tree/main/packages/cli-platform-android",
"repository": {
"type": "git",
"url": "https://github.com/react-native-community/cli.git",
"directory": "packages/platform-android"
},
"gitHead": "24be612a91ac005f5054bc352600146517f32d10"
}