{ "name": "@moltbot/qq", "version": "2026.1.27", "type": "module", "description": "Moltbot QQ channel plugin (Official Bot API)", "moltbot": { "extensions": [ "./index.ts" ], "channel": { "id": "qq", "label": "QQ", "selectionLabel": "QQ (Official Bot API)", "docsPath": "/channels/qq", "docsLabel": "qq", "blurb": "QQ 机器人官方 API 渠道插件", "aliases": [ "qq" ], "order": 85, "quickstartAllowFrom": true }, "install": { "npmSpec": "@moltbot/qq", "localPath": "extensions/qq", "defaultChoice": "npm" } }, "dependencies": { "moltbot": "workspace:*", "ws": "^8.18.0" } }