chore: 添加 commander 模块及相关命令行工具功能

This commit is contained in:
2026-03-07 01:41:47 +08:00
parent a9cf1505ff
commit 7345940f18
4 changed files with 129 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package",
"name": "@kevisual/router",
"version": "0.0.86",
"version": "0.0.87",
"description": "",
"type": "module",
"main": "./dist/router.js",
@@ -35,6 +35,7 @@
"@types/send": "^1.2.1",
"@types/ws": "^8.18.1",
"@types/xml2js": "^0.4.14",
"commander": "^14.0.3",
"eventemitter3": "^5.0.4",
"fast-glob": "^3.3.3",
"hono": "^4.12.5",
@@ -59,6 +60,7 @@
"exports": {
".": "./dist/router.js",
"./browser": "./dist/router-browser.js",
"./commander": "./dist/commander.js",
"./simple": "./dist/router-simple.js",
"./opencode": "./dist/opencode.js",
"./skill": "./dist/app.js",