feat: 新增 clawdbot 兼容支持
This commit is contained in:
17
package.json
17
package.json
@@ -1,14 +1,17 @@
|
||||
{
|
||||
"name": "@openclaw/qqbot",
|
||||
"version": "2026.1.31",
|
||||
"name": "qqbot",
|
||||
"version": "1.3.0",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"description": "OpenClaw QQ Bot channel plugin with streaming message support",
|
||||
"clawdbot": {
|
||||
"extensions": ["./index.ts"]
|
||||
},
|
||||
"moltbot": {
|
||||
"extensions": ["./index.ts"]
|
||||
},
|
||||
"openclaw": {
|
||||
"extensions": [
|
||||
"./index.ts"
|
||||
]
|
||||
"extensions": ["./index.ts"]
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc || true",
|
||||
@@ -27,6 +30,8 @@
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"clawdbot": "*",
|
||||
"moltbot": "*",
|
||||
"openclaw": "*"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user