{
  "name": "wouter-search",
  "version": "1.3.0",
  "description": "Provide useSearchParams(), useSearchParam() and useSearchParamJson() hooks for wouter",
  "keywords": [
    "react",
    "react-router",
    "wouter",
    "search-params"
  ],
  "homepage": "https://github.com/guoyunhe/wouter-search#readme",
  "bugs": {
    "url": "https://github.com/guoyunhe/wouter-search/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/guoyunhe/wouter-search.git"
  },
  "funding": "https://github.com/sponsors/guoyunhe",
  "license": "MIT",
  "author": {
    "name": "Guo Yunhe",
    "email": "i@guoyunhe.me"
  },
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "CHANGELOG.md",
    "LICENSE",
    "README.md"
  ],
  "prettier": "prettier-config-rive",
  "eslintConfig": {
    "extends": "eslint-config-rive/react"
  },
  "stylelint": {
    "extends": "stylelint-config-rive"
  },
  "devDependencies": {
    "@mdx-js/react": "^3.1.0",
    "@testing-library/react": "^16.1.0",
    "@testing-library/user-event": "^14.5.2",
    "@types/node": "^20.17.10",
    "@types/react": "^18.3.18",
    "@types/react-dom": "^18.3.5",
    "react": "^18.3.1",
    "react-doc-ui": "^2.3.0",
    "react-dom": "^18.3.1",
    "rive": "^3.0.0",
    "typescript": "^5.7.2",
    "wouter": "^3.4.0"
  },
  "peerDependencies": {
    "react": "^19.0.0 || ^18.0.0 || ^17.0.0 || ^16.8.0",
    "wouter": "^3.4.0"
  },
  "rive": {
    "template": "react",
    "doc": {
      "basename": "/wouter-search/"
    }
  },
  "scripts": {
    "build": "rive build",
    "build:watch": "rive build --watch",
    "lint": "rive lint",
    "lint:fix": "rive lint --fix",
    "start": "rive start",
    "test": "rive test",
    "test:ui": "rive test --ui",
    "test:watch": "rive test --watch"
  }
}