mirror of
https://github.com/moltbot/moltbot.git
synced 2026-03-07 22:44:16 +00:00
18 lines
333 B
JSON
18 lines
333 B
JSON
{
|
|
"name": "@openclaw/twitch",
|
|
"version": "2026.2.24",
|
|
"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"
|
|
]
|
|
}
|
|
}
|