{
  "name": "@statsig/react-native-bindings",
  "version": "3.33.2",
  "license": "ISC",
  "homepage": "https://github.com/statsig-io/js-client-monorepo",
  "repository": {
    "type": "git",
    "url": "github:statsig-io/js-client-monorepo",
    "directory": "packages/react-native-bindings"
  },
  "dependencies": {
    "@statsig/client-core": "3.33.2",
    "@statsig/js-client": "3.33.2",
    "@statsig/react-bindings": "3.33.2",
    "@statsig/react-native-core": "3.33.2"
  },
  "peerDependencies": {
    "react": "^16.6.3 || ^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-native": "0.*",
    "react-native-device-info": "10.*"
  },
  "type": "commonjs",
  "main": "./src/index.js",
  "typings": "./src/index.d.ts"
}