UNPKG

react-native-config

Version:

Expose config variables to React Native apps

50 lines (49 loc) 1.1 kB
{ "name": "react-native-config", "version": "1.5.6", "description": "Expose config variables to React Native apps", "keywords": [ "env", "config", "config-var", "react-native", "android", "ios", "windows", "12factor" ], "homepage": "https://github.com/luggit/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": "https://github.com/luggit/react-native-config" }, "private": false, "author": "Pedro Belo", "files": [ "android/", "ios/", "windows/", "index.js", "index.d.ts", "react-native-config.podspec", "!.*ignore" ], "types": "./index.d.ts", "license": "MIT", "devDependencies": { "@semantic-release/git": "^10.0.1", "semantic-release": "^19.0.5" }, "peerDependencies": { "react-native-windows": ">=0.61" }, "peerDependenciesMeta": { "react-native-windows": { "optional": true } } }