chore: 更新依赖和版本号

This commit is contained in:
sliverp
2026-01-30 18:39:38 +08:00
parent 0ace68d2a4
commit 7afaedd9a0

View File

@@ -1,6 +1,6 @@
{
"name": "qqbot",
"version": "1.2.1",
"version": "1.2.2",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -10,6 +10,9 @@
"moltbot": {
"extensions": ["./index.ts"]
},
"openclaw": {
"extensions": ["./index.ts"]
},
"scripts": {
"build": "tsc || true",
"dev": "tsc --watch",
@@ -27,6 +30,8 @@
"typescript": "^5.0.0"
},
"peerDependencies": {
"clawdbot": "*"
"clawdbot": "*",
"moltbot": "*",
"openclaw": "*"
}
}