mirror of
https://github.com/moltbot/moltbot.git
synced 2026-03-08 06:54:24 +00:00
21 lines
391 B
JSON
21 lines
391 B
JSON
{
|
|
"name": "@openclaw/twitch",
|
|
"version": "2026.2.21",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"openclaw": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|