{
  "name": "@statsig/react-native-core",
  "version": "3.33.3",
  "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-core"
  },
  "dependencies": {
    "@statsig/client-core": "3.33.3"
  },
  "peerDependencies": {
    "react-native": "0.*",
    "@react-native-async-storage/async-storage": "1.* || 2.*"
  },
  "type": "commonjs",
  "main": "./src/index.js",
  "typings": "./src/index.d.ts"
}