{ "name": "@tinyhttp/router", "version": "2.2.3", "type": "module", "description": "Router for tinyhttp", "homepage": "https://tinyhttp.v1rtl.site", "repository": { "type": "git", "url": "https://github.com/tinyhttp/tinyhttp.git", "directory": "packages/router" }, "types": "./dist/index.d.ts", "exports": "./dist/index.js", "keywords": [ "tinyhttp", "node.js", "web framework", "web", "backend", "router" ], "engines": { "node": ">=12.20.0" }, "author": "v1rtl", "license": "MIT", "scripts": { "build": "tsc" } }