UNPKG

react-native-config

Version:
87 lines (86 loc) 2 kB
{ "name": "react-native-config", "version": "1.7.2", "description": "Expose config variables to React Native apps", "keywords": [ "env", "config", "config-var", "react-native", "android", "ios", "windows", "12factor" ], "homepage": "https://github.com/react-native-config/react-native-config", "funding": [ { "type": "opencollective", "url": "https://opencollective.com/react-native-config" } ], "contributors": [ "Luan Curti <luancurti@gmail.com> (https://github.com/luancurti)", "Amer Lotfi Orimi <amerllica@gmail.com> (https://github.com/amerllica)" ], "repository": { "type": "git", "url": "git+https://github.com/react-native-config/react-native-config.git" }, "private": false, "author": "Pedro Belo", "files": [ "android/", "ios/", "windows/", "codegen/", "index.js", "index.d.ts", "react-native-config.podspec", "!.*ignore" ], "types": "./index.d.ts", "license": "MIT", "scripts": { "test": "ruby test/run.rb" }, "devDependencies": { "@react-native-community/cli": "^20.0.2", "@semantic-release/git": "^10.0.1", "@types/jest": "^29.5.12", "jest": "^29.7.0", "react-native": "^0.79.6", "react-native-windows": "^0.79.4" }, "peerDependencies": { "react": "*", "react-native": "*", "react-native-windows": ">=0.61" }, "peerDependenciesMeta": { "react-native-windows": { "optional": true } }, "codegenConfig": { "name": "RNCConfigSpec", "type": "modules", "jsSrcsDir": "./codegen", "android": { "javaPackageName": "com.lugg.RNCConfig" }, "ios": { "modules": { "RNCConfigModule": { "className": "RNCConfigModule", "unstableRequiresMainQueueSetup": true } } }, "windows": { "namespace": "RNCConfigCodegen", "outputDirectory": "./windows/codegen", "separateDataTypes": true } } }