{
  "name": "@react-native-agconnect/remoteconfig",
  "title": "AGConnect Remoteconfig",
  "version": "1.3.0",
  "description": "React Native AGConnect RemoteConfig Kit",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "private": false,
  "scripts": {
    "test": "jest"
  },
  "keywords": [
    "react",
    "react-native",
    "agconnect",
    "remote config"
  ],
  "license": "Apache License 2.0",
  "licenseFilename": "LICENSE",
  "readmeFilename": "README.md",
  "peerDependencies": {
    "react": "^16.8.1",
    "react-native": ">=0.60.0-rc.0 <1.0.x"
  },
  "devDependencies": {
    "react": "^16.9.0",
    "react-native": "^0.61.5"
  },
  "devDependencies": {
    "babel-jest": "^26.3.0",
    "react": "^16.9.0",
    "react-native": "^0.61.5",
    "ts-jest": "^26.3.0"
  }
}
