{
  "name": "@ttoss/react-feature-flags",
  "version": "0.2.11",
  "description": "React Feature Flags",
  "license": "MIT",
  "author": "ttoss",
  "contributors": [
    "Pedro Arantes <pedro@arantespp.com> (https://arantespp.com/contact)"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ttoss/ttoss.git",
    "directory": "packages/react-feature-flags"
  },
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/esm/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "react": ">=16.8.0"
  },
  "devDependencies": {
    "@types/react": "^19.1.8",
    "jest": "^30.0.2",
    "react": "^19.1.0",
    "tsup": "^8.5.0",
    "@ttoss/config": "^1.35.4",
    "@ttoss/test-utils": "^2.1.24"
  },
  "keywords": [
    "feature-flags",
    "react"
  ],
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "build": "tsup",
    "test": "jest --projects tests/unit"
  }
}