Files
openclaw/extensions/discord/package.json
2026-03-19 00:24:44 +00:00

41 lines
1014 B
JSON

{
"name": "@openclaw/discord",
"version": "2026.3.14",
"description": "OpenClaw Discord channel plugin",
"type": "module",
"dependencies": {
"@buape/carbon": "0.0.0-beta-20260216184201",
"@discordjs/voice": "^0.19.2",
"discord-api-types": "^0.38.42",
"https-proxy-agent": "^8.0.0",
"opusscript": "^0.1.1"
},
"openclaw": {
"extensions": [
"./index.ts"
],
"setupEntry": "./setup-entry.ts",
"channel": {
"id": "discord",
"label": "Discord",
"selectionLabel": "Discord (Bot API)",
"detailLabel": "Discord Bot",
"docsPath": "/channels/discord",
"docsLabel": "discord",
"blurb": "very well supported right now.",
"systemImage": "bubble.left.and.bubble.right"
},
"install": {
"npmSpec": "@openclaw/discord",
"localPath": "extensions/discord",
"defaultChoice": "npm"
},
"bundle": {
"stageRuntimeDependencies": true
},
"release": {
"publishToNpm": true
}
}
}