UNPKG

react-native-ultimate-config

Version:
77 lines (76 loc) 1.73 kB
{ "name": "react-native-ultimate-config", "title": "React Native Ultimate Config", "version": "6.0.1", "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": "^18.2.0", "react-native": "0.71.0" }, "engines": { "node": ">= 16.0.0" }, "dependencies": { "dotenv": "^16", "handlebars": "^4.7.7", "js-yaml": "^4", "yargs": "^17" }, "resolutions": { "logkitty": "^0.7.1", "lodash": "^4.17.19" } }