2026-01-18 08:32:19 +00:00
|
|
|
{
|
2026-01-30 03:15:10 +01:00
|
|
|
"name": "@openclaw/discord",
|
2026-03-14 06:05:39 +00:00
|
|
|
"version": "2026.3.14",
|
2026-01-30 03:15:10 +01:00
|
|
|
"description": "OpenClaw Discord channel plugin",
|
2026-01-31 21:13:13 +09:00
|
|
|
"type": "module",
|
2026-03-19 00:04:50 +00:00
|
|
|
"dependencies": {
|
2026-03-19 22:23:21 -04:00
|
|
|
"@buape/carbon": "0.0.0-beta-20260317045421",
|
2026-03-19 00:04:50 +00:00
|
|
|
"@discordjs/voice": "^0.19.2",
|
|
|
|
|
"discord-api-types": "^0.38.42",
|
2026-03-19 00:24:38 +00:00
|
|
|
"https-proxy-agent": "^8.0.0",
|
2026-03-19 00:04:50 +00:00
|
|
|
"opusscript": "^0.1.1"
|
|
|
|
|
},
|
2026-01-30 03:15:10 +01:00
|
|
|
"openclaw": {
|
2026-01-21 07:36:32 +00:00
|
|
|
"extensions": [
|
|
|
|
|
"./index.ts"
|
2026-03-15 19:27:45 -07:00
|
|
|
],
|
2026-03-18 13:44:23 +01:00
|
|
|
"setupEntry": "./setup-entry.ts",
|
2026-03-18 16:01:31 -07:00
|
|
|
"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"
|
|
|
|
|
},
|
2026-03-19 00:04:50 +00:00
|
|
|
"install": {
|
|
|
|
|
"npmSpec": "@openclaw/discord",
|
|
|
|
|
"localPath": "extensions/discord",
|
|
|
|
|
"defaultChoice": "npm"
|
|
|
|
|
},
|
|
|
|
|
"bundle": {
|
|
|
|
|
"stageRuntimeDependencies": true
|
|
|
|
|
},
|
2026-03-18 13:44:23 +01:00
|
|
|
"release": {
|
|
|
|
|
"publishToNpm": true
|
|
|
|
|
}
|
2026-01-18 08:32:19 +00:00
|
|
|
}
|
|
|
|
|
}
|