55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
{
|
|
"name": "qqbot",
|
|
"version": "1.1.0",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"clawdbot": {
|
|
"extensions": ["./index.ts"],
|
|
"channel": {
|
|
"id": "qqbot",
|
|
"label": "QQ Bot",
|
|
"selectionLabel": "QQ Bot (Official API)",
|
|
"docsPath": "/docs/channels/qqbot",
|
|
"blurb": "Connect to QQ via official QQ Bot API",
|
|
"order": 50
|
|
},
|
|
"install": {
|
|
"npmSpec": "qqbot",
|
|
"localPath": "./extensions/qqbot",
|
|
"defaultChoice": "local"
|
|
}
|
|
},
|
|
"moltbot": {
|
|
"extensions": ["./index.ts"],
|
|
"channel": {
|
|
"id": "qqbot",
|
|
"label": "QQ Bot",
|
|
"selectionLabel": "QQ Bot (Official API)",
|
|
"docsPath": "/docs/channels/qqbot",
|
|
"blurb": "Connect to QQ via official QQ Bot API",
|
|
"order": 50
|
|
},
|
|
"install": {
|
|
"npmSpec": "qqbot",
|
|
"localPath": "./extensions/qqbot",
|
|
"defaultChoice": "local"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "tsc --watch"
|
|
},
|
|
"dependencies": {
|
|
"ws": "^8.18.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.0.0",
|
|
"@types/ws": "^8.5.0",
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"clawdbot": "*"
|
|
}
|
|
}
|