mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-05 22:32:12 +00:00
* CI: add ClawHub plugin release workflow * CI: harden ClawHub plugin release workflow * CI: finish ClawHub plugin release hardening * CI: watch shared ClawHub release inputs * CI: harden ClawHub publish workflow * CI: watch more ClawHub release deps * CI: match shared release inputs by prefix * CI: pin ClawHub publish source commit * CI: refresh pinned ClawHub release commit * CI: rename ClawHub plugin release environment --------- Co-authored-by: Onur Solmaz <onur@solmaz.io>
60 lines
1.4 KiB
JSON
60 lines
1.4 KiB
JSON
{
|
|
"name": "@openclaw/qqbot",
|
|
"version": "2026.4.1-beta.1",
|
|
"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",
|
|
"openclaw": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"openclaw": ">=2026.4.1-beta.1"
|
|
},
|
|
"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.4.1"
|
|
},
|
|
"compat": {
|
|
"pluginApi": ">=2026.4.1"
|
|
},
|
|
"build": {
|
|
"openclawVersion": "2026.4.1"
|
|
},
|
|
"bundle": {
|
|
"stageRuntimeDependencies": true
|
|
},
|
|
"release": {
|
|
"publishToClawHub": true,
|
|
"publishToNpm": true
|
|
}
|
|
}
|
|
}
|