{
  "name": "@scaleway/use-growthbook",
  "version": "3.0.2",
  "description": "Utility package to expose AB test tool",
  "keywords": [
    "ab",
    "feature flags"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/scaleway/scaleway-lib.git",
    "directory": "packages/growthbook"
  },
  "files": [
    "dist/*"
  ],
  "type": "module",
  "sideEffects": false,
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@growthbook/growthbook-react": "1.6.5"
  },
  "devDependencies": {
    "react": "19.2.6"
  },
  "peerDependencies": {
    "react": "18.x || 19.x"
  },
  "engines": {
    "node": ">=24.x"
  },
  "scripts": {
    "typecheck": "tsgo --noEmit",
    "build": "tsdown",
    "test:unit": "vitest --run",
    "test:unit:coverage": "pnpm test:unit --coverage"
  }
}