mirror of https://github.com/openclaw/openclaw.git
52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"name": "@openclaw/qqbot",
|
|
"version": "2026.3.31",
|
|
"private": false,
|
|
"description": "OpenClaw QQ Bot channel plugin",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"mpg123-decoder": "^1.0.3",
|
|
"silk-wasm": "^3.7.1",
|
|
"ws": "^8.20.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ws": "^8.18.1"
|
|
},
|
|
"peerDependencies": {
|
|
"openclaw": ">=2026.3.22"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"openclaw": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"setupEntry": "./setup-entry.ts",
|
|
"channel": {
|
|
"id": "qqbot",
|
|
"label": "QQ Bot",
|
|
"selectionLabel": "QQ Bot (Official API)",
|
|
"detailLabel": "QQ Bot",
|
|
"docsPath": "/channels/qqbot",
|
|
"docsLabel": "qqbot",
|
|
"blurb": "connect to QQ via official QQ Bot API with group chat and direct message support.",
|
|
"systemImage": "bubble.left.and.bubble.right"
|
|
},
|
|
"install": {
|
|
"npmSpec": "@openclaw/qqbot",
|
|
"localPath": "extensions/qqbot",
|
|
"defaultChoice": "npm",
|
|
"minHostVersion": ">=2026.3.22"
|
|
},
|
|
"bundle": {
|
|
"stageRuntimeDependencies": true
|
|
},
|
|
"release": {
|
|
"publishToNpm": true
|
|
}
|
|
}
|
|
}
|