UNPKG

react-native-ultimate-config-patch

Version:

Fixing gradle issues in react-native-ultimate-config for rn > 0.69.0

74 lines (73 loc) 1.63 kB
{ "name": "react-native-ultimate-config-patch", "version": "4.0.0-patch-v2", "description": "Fixing gradle issues in react-native-ultimate-config for rn > 0.69.0", "main": "index.js", "react-native": "index.js", "browser": "index.web.js", "files": [ "src/*.js", "src/templates", "ios/UltimateConfig.{h,m}", "ios/ConfigValues.h", "ios/UltimateConfig.xcodeproj/project.pbxproj", "android/src", "android/build.gradle", "android/rnuc.gradle", "react-native-ultimate-config.podspec" ], "directories": { "example": "example" }, "scripts": { "test": "jest", "prepack": "echo '#error \"invoke bin.js with env file before compiling native project\"' > ios/ConfigValues.h" }, "bin": { "rnuc": "./bin.js" }, "repository": { "type": "git", "url": "git+https://github.com/Human-Edge/react-native-ultimate-config.git" }, "keywords": [ "react-native", "ios", "android", "12factor", "12factorapp", "dotenv", "env", "environment", "config", "xcconfig", "gradle", "objective-c", "java", "typescript" ], "author": { "name": "Human Edge" }, "license": "MIT", "licenseFilename": "LICENSE", "readmeFilename": "README.md", "peerDependencies": { "react-native": ">=0.60.0-rc.0 <1.0.x" }, "devDependencies": { "jest": "^26", "react": "^16.9.0", "react-native": "0.64.0" }, "dependencies": { "dotenv": "^8", "handlebars": "^4.7.7", "js-yaml": "^3", "yargs": "^16" }, "resolutions": { "logkitty": "^0.7.1", "lodash": "^4.17.19" } }