UNPKG

@quinaryio/react-native-ultimate-config

Version:
74 lines (73 loc) 1.69 kB
{ "name": "@quinaryio/react-native-ultimate-config", "title": "React Native Ultimate Config", "version": "3.4.3", "description": "Config that works", "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" ], "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/maxkomarychev/react-native-ultimate-config.git", "baseUrl": "https://github.com/maxkomarychev/react-native-ultimate-config" }, "keywords": [ "react-native", "ios", "android", "12factor", "12factorapp", "dotenv", "env", "environment", "config", "xcconfig", "gradle", "objective-c", "java", "typescript" ], "author": { "name": "Max Komarychev", "email": "maxkomarychev@gmail.com" }, "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" } }