{
  "name": "react-native-config",
  "version": "1.4.4",
  "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)"
  ],
  "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": "^9.0.0",
    "semantic-release": "^17.0.4"
  },
  "peerDependencies": {
    "react-native-windows": ">=0.61"
  },
  "peerDependenciesMeta": {
    "react-native-windows": {
      "optional": true
    }
  }
}
