mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-20 22:40:58 +00:00
28 lines
574 B
JSON
28 lines
574 B
JSON
{
|
|
"name": "@openclaw/twitch",
|
|
"version": "2026.3.14",
|
|
"description": "OpenClaw Twitch channel plugin",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@twurple/api": "^8.0.3",
|
|
"@twurple/auth": "^8.0.3",
|
|
"@twurple/chat": "^8.0.3",
|
|
"zod": "^4.3.6"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"channel": {
|
|
"id": "twitch",
|
|
"label": "Twitch",
|
|
"selectionLabel": "Twitch (Chat)",
|
|
"docsPath": "/channels/twitch",
|
|
"blurb": "Twitch chat integration",
|
|
"aliases": [
|
|
"twitch-chat"
|
|
]
|
|
}
|
|
}
|
|
}
|