feat: 添加 CLI 插件管理工具

This commit is contained in:
sliverp
2026-02-05 17:05:33 +08:00
parent 98c7a598d8
commit 15ea067d8d
4 changed files with 500 additions and 915 deletions

View File

@@ -1,9 +1,22 @@
{
"name": "qqbot",
"version": "1.3.0",
"name": "@sliverp/qqbot",
"version": "1.3.7",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"qqbot": "./bin/qqbot-cli.js"
},
"files": [
"dist",
"bin",
"src",
"index.ts",
"tsconfig.json",
"openclaw.plugin.json",
"clawdbot.plugin.json",
"moltbot.plugin.json"
],
"clawdbot": {
"extensions": ["./index.ts"]
},
@@ -33,5 +46,6 @@
"clawdbot": "*",
"moltbot": "*",
"openclaw": "*"
}
},
"homepage": "https://github.com/sliverp/qqbot"
}