nuqs-zod-adapter
Version:
A Nuqs adapter to safely bind Zod schemas with query parameters using type safety, debouncing and auto-reset support.
51 lines (50 loc) • 1.07 kB
JSON
{
"name": "nuqs-zod-adapter",
"version": "1.0.0",
"description": "A Nuqs adapter to safely bind Zod schemas with query parameters using type safety, debouncing and auto-reset support.",
"main": "index.ts",
"types": "index.ts",
"author": {
"name": "Diego Rodríguez",
"email": "opensource@justdiego.com"
},
"files": [
"dist",
"index.ts",
"src"
],
"license": "MIT",
"keywords": [
"nuqs",
"zod",
"query",
"url",
"state",
"typescript",
"debounce",
"adapter",
"hook",
"nextjs"
],
"repository": {
"type": "git",
"url": "https://github.com/dewstouh/nuqs-zod-adapter"
},
"bugs": {
"url": "https://github.com/dewstouh/nuqs-zod-adapter/issues"
},
"homepage": "https://github.com/dewstouh/nuqs-zod-adapter#readme",
"dependencies": {
"nuqs": "^2.4.3",
"use-debounce": "^10.0.5",
"zod": "^3.25.61"
},
"peerDependencies": {
"react": "^19.1.0"
},
"devDependencies": {
"@types/react": "^19.1.8",
"react": "^19.1.0",
"typescript": "^5.8.3"
}
}