Files
openclaw/extensions/twitch/package.json
2026-03-27 09:55:47 +05:30

30 lines
615 B
JSON

{
"name": "@openclaw/twitch",
"version": "2026.3.26",
"description": "OpenClaw Twitch channel plugin",
"type": "module",
"dependencies": {
"@twurple/api": "^8.0.3",
"@twurple/auth": "^8.0.3",
"@twurple/chat": "^8.0.3"
},
"openclaw": {
"extensions": [
"./index.ts"
],
"install": {
"minHostVersion": ">=2026.3.26"
},
"channel": {
"id": "twitch",
"label": "Twitch",
"selectionLabel": "Twitch (Chat)",
"docsPath": "/channels/twitch",
"blurb": "Twitch chat integration",
"aliases": [
"twitch-chat"
]
}
}
}