{
  "name": "tanstack-table-search-params",
  "version": "0.12.1",
  "description": "React Hook for syncing TanStack Table state with URL search params",
  "repository": {
    "type": "git",
    "url": "https://github.com/taro-28/tanstack-table-search-params",
    "directory": "packages/tanstack-table-search-params"
  },
  "license": "MIT",
  "author": "taro",
  "keywords": [
    "react",
    "table",
    "tanstack table",
    "search params",
    "query params"
  ],
  "scripts": {
    "test": "vitest",
    "build": "tsup",
    "type-check": "tsc --noEmit"
  },
  "devDependencies": {
    "@faker-js/faker": "^10.0.0",
    "@tanstack-table-search-params/tsconfig": "workspace:*",
    "@tanstack/react-table": "^8.21.3",
    "@testing-library/react": "^16.3.0",
    "@types/node": "^22.18.10",
    "@types/react": "^19.2.2",
    "@vitejs/plugin-react": "^5.0.4",
    "jsdom": "^27.0.0",
    "next-router-mock": "^1.0.4",
    "react": "^19.2.0",
    "tsup": "^8.5.0",
    "typescript": "^5.9.3",
    "vitest": "^3.2.4"
  },
  "peerDependencies": {
    "@tanstack/react-table": ">=8.21.3",
    "react": ">=19.2.0"
  },
  "files": ["dist"],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index",
      "import": "./dist/index.mjs"
    },
    "./encoder-decoder": {
      "types": "./dist/encoder-decoder/index.d.ts",
      "require": "./dist/encoder-decoder/index",
      "import": "./dist/encoder-decoder/index.mjs"
    }
  },
  "main": "./dist/index",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts"
}
