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

20 lines
370 B
JSON

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