{
  "name": "matsuri-hooks",
  "version": "4.2.24",
  "type": "module",
  "repository": "https://github.com/matsuri-tech/matsuri-hooks.git",
  "license": "GPL-3.0",
  "sideEffects": false,
  "engines": {
    "node": ">=20.0.0"
  },
  "main": "index.js",
  "types": "index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "module": "./index.js",
      "require": "./index.cjs",
      "default": "./index.js"
    }
  },
  "files": [
    "**",
    "!.npmrc"
  ],
  "eslintIgnore": [
    "dist",
    "node_modules"
  ],
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0",
    "swr": "^2.0.0"
  },
  "devDependencies": {
    "@testing-library/dom": "10.4.1",
    "@testing-library/react": "16.3.2",
    "@testing-library/user-event": "14.6.1",
    "@types/node": "22.20.1",
    "@types/react": "19.2.17",
    "@types/react-dom": "19.2.3",
    "@vitejs/plugin-react": "6.0.3",
    "@vitest/coverage-v8": "4.1.10",
    "clsx": "2.1.1",
    "concurrently": "10.0.3",
    "core-js": "3.49.0",
    "eslint": "10.7.0",
    "eslint-config-matsuri": "6.0.10",
    "intersection-observer": "0.12.2",
    "jsdom": "29.1.1",
    "npm-run-all2": "9.0.2",
    "prettier": "3.9.6",
    "react": "19.2.7",
    "react-dom": "19.2.7",
    "react-test-renderer": "19.2.7",
    "swr": "2.4.2",
    "tsup": "8.5.1",
    "typescript": "6.0.3",
    "vitest": "4.1.10"
  },
  "scripts": {
    "build": "tsup src --dts",
    "postbuild": "rm -rf dist/*.test.*",
    "build:fast": "tsup src",
    "dev": "yarn build:fast --watch",
    "clean": "rm -rf ./dist",
    "copy": "cp package.json README.md dist",
    "test": "vitest --coverage --typecheck",
    "typecheck": "tsc --noEmit",
    "lint": "eslint .",
    "postlint": "prettier --check .",
    "format": "eslint . --fix",
    "postformat": "prettier --write ."
  },
  "browserslist": {
    "production": [
      ">0.2% in JP",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}
