UNPKG

@pirxpilot/nanorouter

Version:
33 lines (32 loc) 604 B
{ "name": "@pirxpilot/nanorouter", "description": "Small frontend router", "type": "module", "exports": "./index.js", "repository": { "type": "git", "url": "git+https://github.com/pirxpilot/nanorouter.git" }, "version": "2.0.0", "browser": { "assert": "@pirxpilot/nanoassert" }, "scripts": { "test": "make check" }, "dependencies": { "@pirxpilot/nanoassert": "~1", "@pirxpilot/wayfarer": "~2" }, "devDependencies": { "@biomejs/biome": "^1.9.4" }, "keywords": [ "router", "frontend", "browser" ], "files": [ "index.js" ] }