{
  "name": "@statsig/js-client",
  "version": "3.33.0",
  "license": "ISC",
  "homepage": "https://github.com/statsig-io/js-client-monorepo",
  "repository": {
    "type": "git",
    "url": "github:statsig-io/js-client-monorepo",
    "directory": "packages/js-client"
  },
  "dependencies": {
    "@statsig/client-core": "3.33.0"
  },
  "jsdelivr": "./build/statsig-js-client.min.js",
  "type": "commonjs",
  "main": "./src/index.js",
  "typings": "./src/index.d.ts"
}