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.
36 lines
890 B
36 lines
890 B
{
|
|
"name": "@react-native-community/cli-platform-ios",
|
|
"version": "9.2.1",
|
|
"license": "MIT",
|
|
"main": "build/index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-community/cli-tools": "^9.2.1",
|
|
"chalk": "^4.1.2",
|
|
"execa": "^1.0.0",
|
|
"glob": "^7.1.3",
|
|
"ora": "^5.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@react-native-community/cli-types": "^9.1.0",
|
|
"@types/glob": "^7.1.1",
|
|
"@types/lodash": "^4.14.149",
|
|
"hasbin": "^1.2.3"
|
|
},
|
|
"files": [
|
|
"build",
|
|
"!*.d.ts",
|
|
"!*.map",
|
|
"native_modules.rb"
|
|
],
|
|
"homepage": "https://github.com/react-native-community/cli/tree/master/packages/platform-ios",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/react-native-community/cli.git",
|
|
"directory": "packages/platform-ios"
|
|
},
|
|
"gitHead": "0e63e750a235062cd9bc43ed6a4a2beb8f14385a"
|
|
}
|