openclaw/extensions/twitch/package.json
jaydenfyi 98639c909d wip
2026-01-25 16:30:22 +08:00

18 lines
348 B
JSON

{
"name": "@clawdbot/twitch",
"version": "2026.1.23",
"type": "module",
"description": "Clawdbot Twitch channel plugin",
"clawdbot": {
"extensions": [
"./index.ts"
]
},
"dependencies": {
"@sinclair/typebox": "0.34.47",
"@twurple/api": "^8.0.3",
"@twurple/auth": "^8.0.3",
"@twurple/chat": "^8.0.3"
}
}