@react-native-community/cli-platform-ios
Version:
This package is part of the [React Native CLI](../../README.md). It contains commands for managing iOS part of React Native app.
37 lines (36 loc) • 927 B
JSON
{
"name": "@react-native-community/cli-platform-ios",
"version": "12.1.1",
"license": "MIT",
"main": "build/index.js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@react-native-community/cli-tools": "12.1.1",
"chalk": "^4.1.2",
"execa": "^5.0.0",
"fast-xml-parser": "^4.0.12",
"glob": "^7.1.3",
"ora": "^5.4.1"
},
"devDependencies": {
"@react-native-community/cli-types": "12.1.1",
"@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/main/packages/cli-platform-ios",
"repository": {
"type": "git",
"url": "https://github.com/react-native-community/cli.git",
"directory": "packages/platform-ios"
},
"gitHead": "a45a2d92c3d53dcb0cf7ba8be4860ad75ff06702"
}