{
  "name": "react-native-flagsmith",
  "version": "10.0.0",
  "description": "Feature flagging to support continuous development",
  "main": "./index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/Flagsmith/flagsmith-js-client/"
  },
  "keywords": [
    "feature flagger",
    "continuous deployment"
  ],
  "author": "Flagsmith",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/Flagsmith/flagsmith-js-client/issues"
  },
  "homepage": "https://flagsmith.com",
  "peerDependencies": {
    "react-native": ">=0.20.0"
  },
  "types": "./index.d.ts"
}
