UNPKG

@bam.tech/react-native-config

Version:

Expose config variables to React Native apps

45 lines 944 B
{ "name": "@bam.tech/react-native-config", "version": "1.4.5", "description": "Expose config variables to React Native apps", "keywords": [ "env", "config", "config-var", "react-native", "android", "ios", "12factor" ], "homepage": "https://github.com/bamlab/react-native-config", "contributors": [], "repository": { "type": "git", "url": "https://github.com/bamlab/react-native-config" }, "private": false, "author": "Thomas Pucci", "files": [ "android/", "ios/", "windows/", "index.js", "index.d.ts", "react-native-config.podspec", "!.*ignore" ], "types": "./index.d.ts", "license": "MIT", "devDependencies": { "@semantic-release/git": "^9.0.0", "semantic-release": "^17.0.4" }, "peerDependencies": { "react-native-windows": ">=0.61" }, "peerDependenciesMeta": { "react-native-windows": { "optional": true } } }