This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
2021-04-02 02:24:13 +03:00

34 lines
766 B
JSON

{
"name": "@react-native-community/cli-platform-ios",
"version": "4.13.0",
"license": "MIT",
"main": "build/index.js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@react-native-community/cli-tools": "^4.13.0",
"chalk": "^3.0.0",
"glob": "^7.1.3",
"js-yaml": "^3.13.1",
"lodash": "^4.17.15",
"plist": "^3.0.1",
"xcode": "^2.0.0"
},
"devDependencies": {
"@react-native-community/cli-types": "^4.10.1",
"@types/glob": "^7.1.1",
"@types/js-yaml": "^3.12.1",
"@types/lodash": "^4.14.149",
"@types/plist": "^3.0.2",
"hasbin": "^1.2.3"
},
"files": [
"build",
"!*.d.ts",
"!*.map",
"native_modules.rb"
],
"gitHead": "6cf12b00c02aca6d4bc843446394331d71a9749e"
}