nested-search-params
Version:
Parse URL search prams into nested structures
44 lines (43 loc) • 1.05 kB
JSON
{
"name": "nested-search-params",
"version": "1.0.0",
"type": "module",
"author": "Ben Scholzen 'DASPRiD'",
"license": "BSD-3-Clause",
"description": "Parse URL search prams into nested structures",
"keywords": [
"URLSearchParams",
"parser",
"nested",
"typescript"
],
"files": [
"dist/**/*"
],
"exports": {
".": {
"types": "./dist/index.ts",
"default": "./dist/index.js"
}
},
"scripts": {
"build": "tsc -p tsconfig.build.json",
"test": "tsx --test --test-reporter=spec",
"typecheck": "tsc --noEmit",
"test:ci": "c8 --reporter=lcov pnpm test",
"format": "biome format . --write",
"check": "biome check . --write"
},
"devDependencies": {
"@biomejs/biome": "2.1.3",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@tsconfig/node22": "^22.0.2",
"@types/node": "^24.1.0",
"c8": "^10.1.3",
"lefthook": "^1.12.2",
"tsx": "^4.20.3",
"typescript": "^5.8.3"
},
"packageManager": "pnpm@10.14.0"
}