{
  "name": "statsig-react",
  "version": "2.1.0",
  "description": "An SDK for using Statsig Feature Management and Experimentation platform in React clients",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "prepare": "rm -rf dist/ && genversion src/SDKVersion.ts --es6 && tsc",
    "test": "jest --verbose",
    "lint": "eslint '*/**/*.{ts,tsx}' --fix --max-warnings 0 --cache --cache-strategy content && git status"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/statsig-io/react-sdk.git"
  },
  "keywords": [
    "Feature",
    "Flag",
    "Management",
    "A/B",
    "Test"
  ],
  "author": "Statsig, Inc",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/statsig-io/react-sdk/issues"
  },
  "homepage": "https://github.com/statsig-io/react-sdk#readme",
  "devDependencies": {
    "@testing-library/jest-dom": "^5.14.1",
    "@testing-library/react": "^12.1.5",
    "@testing-library/user-event": "^14.4.3",
    "@types/jest": "^27.0.2",
    "@types/node": "^16.7.9",
    "@types/react": "^17.0.9",
    "@types/react-dom": "^17.0.9",
    "@typescript-eslint/eslint-plugin": "^5.59.7",
    "@typescript-eslint/parser": "^5.59.7",
    "eslint": "^8.41.0",
    "genversion": "^3.1.1",
    "jest": "^27.2.5",
    "react-dom": "^16.8.4 || ^17.0.0 || ^18.0.0",
    "ts-jest": "^27.0.5",
    "typescript": "^4.3.2"
  },
  "dependencies": {
    "statsig-js": "5.1.0"
  },
  "peerDependencies": {
    "react": "^16.6.3 || ^17.0.0 || ^18.0.0"
  }
}
