{
  "name": "react-use-disclosure",
  "version": "9.0.0",
  "description": "Simple React custom hook to handle simple open, close, toggle states",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yoannfleurydev/react-use-disclosure.git"
  },
  "author": {
    "name": "Yoann Fleury",
    "email": "yoann.fleury@yahoo.com",
    "url": "https://www.yoannfleury.dev"
  },
  "type": "module",
  "license": "MIT",
  "files": [
    "index.*",
    "dist/"
  ],
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "dev": "tsup index.ts --format esm,cjs --dts --watch",
    "build": "tsup index.ts --format esm,cjs --dts --minify",
    "test": "vitest --no-watch",
    "test:coverage": "vitest --coverage",
    "test:watch": "vitest"
  },
  "peerDependencies": {
    "react": ">=16.13.1"
  },
  "devDependencies": {
    "@testing-library/react": "16.3.0",
    "@types/react": "19.1.8",
    "@vitest/coverage-v8": "3.0.9",
    "all-contributors-cli": "6.26.1",
    "auto": "11.3.0",
    "jsdom": "27.0.0",
    "react": "19.1.0",
    "react-test-renderer": "19.1.0",
    "tsup": "8.5.0",
    "typescript": "5.9.2",
    "vitest": "3.0.9"
  },
  "auto": {
    "plugins": [
      "npm",
      "released"
    ],
    "onlyPublishWithReleaseLabel": true
  },
  "pnpm": {
    "onlyBuiltDependencies": [
      "esbuild"
    ]
  }
}
