Files
openclaw/extensions/discord/package.json
scoootscooob d52d5ad6ff release: mirror bundled channel deps at root (#63065)
Merged via squash.

Prepared head SHA: ac26799a54
Co-authored-by: scoootscooob <167050519+scoootscooob@users.noreply.github.com>
Co-authored-by: scoootscooob <167050519+scoootscooob@users.noreply.github.com>
Reviewed-by: @scoootscooob
2026-04-08 04:00:17 -07:00

77 lines
1.8 KiB
JSON

{
"name": "@openclaw/discord",
"version": "2026.4.9",
"description": "OpenClaw Discord channel plugin",
"type": "module",
"dependencies": {
"@buape/carbon": "0.14.0",
"@discordjs/voice": "^0.19.2",
"@snazzah/davey": "^0.1.11",
"discord-api-types": "^0.38.44",
"https-proxy-agent": "^9.0.0",
"opusscript": "^0.1.1"
},
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*",
"openclaw": "workspace:*"
},
"peerDependencies": {
"openclaw": ">=2026.4.9"
},
"peerDependenciesMeta": {
"openclaw": {
"optional": true
}
},
"optionalDependencies": {
"@discordjs/opus": "^0.10.0"
},
"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",
"markdownCapable": true,
"configuredState": {
"specifier": "./configured-state",
"exportName": "hasDiscordConfiguredState"
}
},
"install": {
"npmSpec": "@openclaw/discord",
"defaultChoice": "npm",
"minHostVersion": ">=2026.4.9"
},
"compat": {
"pluginApi": ">=2026.4.9"
},
"build": {
"openclawVersion": "2026.4.9"
},
"bundle": {
"stageRuntimeDependencies": true
},
"releaseChecks": {
"rootDependencyMirrorAllowlist": [
"@buape/carbon",
"@discordjs/opus",
"https-proxy-agent",
"opusscript"
]
},
"release": {
"publishToClawHub": true,
"publishToNpm": true
}
}
}