@offlegacy/nuqs-hash-router
Version:
nuqs adaptor for Hash Router (unofficial)
61 lines (60 loc) • 1.37 kB
JSON
{
"name": "@offlegacy/nuqs-hash-router",
"version": "0.1.1",
"description": "nuqs adaptor for Hash Router (unofficial)",
"keywords": [
"nuqs",
"nuqs-adapter",
"hash-router",
"react",
"react-router",
"react-router-dom"
],
"homepage": "https://github.com/offlegacy/nuqs-hash-router",
"bugs": "https://github.com/offlegacy/nuqs-hash-router/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/offlegacy/nuqs-hash-router.git"
},
"license": "MIT",
"author": "Gwansik Kim <gwansik.kim@gwansik.dev>",
"sideEffects": false,
"type": "module",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
},
"./package.json": "./package.json"
},
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "tsdown --watch",
"build": "tsdown",
"ci:test": "vitest run --coverage",
"ci:type": "tsc --noEmit --skipLibCheck"
},
"devDependencies": {
"@types/react": "^18",
"nuqs": "^2",
"react": "^18"
},
"peerDependencies": {
"nuqs": "2",
"react": ">=18"
},
"publishConfig": {
"access": "public"
}
}