UNPKG

tanstack-search-state

Version:

A utility for managing search params state with TanStack Router in a type-safe way

53 lines (52 loc) 1.35 kB
{ "name": "tanstack-search-state", "version": "0.1.1", "description": "A utility for managing search params state with TanStack Router in a type-safe way", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsup src/index.ts --format cjs,esm --dts", "dev": "tsup src/index.ts --format cjs,esm --dts --watch", "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "test": "vitest run", "test:watch": "vitest", "prepublishOnly": "pnpm run build" }, "repository": { "type": "git", "url": "https://github.com/macmeharder/tanstack-search-state" }, "keywords": [ "react", "router", "search", "params", "tanstack", "state-management", "url-state", "type-safe" ], "author": "macmeharder", "license": "MIT", "peerDependencies": { "@tanstack/react-router": "^1.0.0", "react": "^18.0.0" }, "devDependencies": { "@tanstack/react-router": "^1.15.7", "@types/react": "^18.2.0", "@typescript-eslint/eslint-plugin": "^7.1.0", "@typescript-eslint/parser": "^7.1.0", "eslint": "^8.57.0", "react": "^18.2.0", "tsup": "^8.0.2", "typescript": "^5.3.3", "vitest": "^1.3.1" } }