zod-urlsearchparams
Version:
serializes and deserializes a zod schema to URLSearchParams
49 lines • 1.2 kB
JSON
{
"name": "zod-urlsearchparams",
"description": "serializes and deserializes a zod schema to URLSearchParams",
"version": "0.0.16",
"author": "Peter Schilling <npm@schpet.com>",
"bugs": {
"url": "https://github.com/schpet/zod-urlsearchparams/issues"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@schpet/config": "^0.0.6",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vitest": "^2.0.5",
"zod": "^3.23.8"
},
"files": [
"dist"
],
"homepage": "https://github.com/schpet/zod-urlsearchparams#readme",
"keywords": [
"urlsearchparams",
"zod"
],
"license": "ISC",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"peerDependencies": {
"zod": "^3.0.0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/schpet/zod-urlsearchparams.git"
},
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsup",
"build-watch": "tsup --watch",
"check": "biome check --write --unsafe",
"ci": "biome ci",
"format": "biome format --write",
"lint": "biome lint --write",
"test": "vitest run",
"types": "tsc --noEmit"
}
}