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