{
  "name": "@ttoss/react-feature-flags",
  "version": "0.4.20",
  "description": "React Feature Flags",
  "keywords": [
    "feature-flags",
    "react"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ttoss/ttoss.git",
    "directory": "packages/react-feature-flags"
  },
  "license": "MIT",
  "author": "ttoss",
  "contributors": [
    "Pedro Arantes <pedro@arantespp.com> (https://arantespp.com/contact)"
  ],
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "module": "./dist/index.mjs",
      "browser": "./dist/index.mjs",
      "import": "./dist/index.mjs",
      "default": "./dist/index.mjs"
    }
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "react-error-boundary": "^6.1.0"
  },
  "devDependencies": {
    "@types/react": "^19.2.14",
    "jest": "^30.4.2",
    "react": "^19.2.6",
    "tsdown": "^0.22.2",
    "@ttoss/config": "^1.37.17",
    "@ttoss/test-utils": "^4.2.18"
  },
  "peerDependencies": {
    "react": ">=16.8.0"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "build": "tsdown",
    "test": "jest --projects tests/unit"
  }
}