This commit is contained in:
2026-01-16 18:53:55 +08:00
parent 730f4c6eb9
commit 999397611c
3 changed files with 19 additions and 5 deletions

View File

@@ -23,6 +23,7 @@
"license": "MIT",
"packageManager": "pnpm@10.28.0",
"devDependencies": {
"@kevisual/js-filter": "^0.0.4",
"@kevisual/local-proxy": "^0.0.8",
"@kevisual/query": "^0.0.35",
"@rollup/plugin-alias": "^6.0.0",
@@ -36,8 +37,10 @@
"@types/xml2js": "^0.4.14",
"eventemitter3": "^5.0.1",
"nanoid": "^5.1.6",
"path-to-regexp": "^8.3.0",
"rollup": "^4.55.1",
"rollup-plugin-dts": "^6.3.0",
"send": "^1.2.1",
"ts-loader": "^9.5.4",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
@@ -45,16 +48,15 @@
"typescript": "^5.9.3",
"ws": "npm:@kevisual/ws",
"xml2js": "^0.6.2",
"zod": "^4.3.5",
"@kevisual/js-filter": "^0.0.4",
"path-to-regexp": "^8.3.0",
"send": "^1.2.1"
"zod": "^4.3.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abearxiong/kevisual-router.git"
},
"dependencies": {},
"dependencies": {
"hono": "^4.11.4"
},
"publishConfig": {
"access": "public"
},