mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-23 07:51:33 +00:00
* fix(plugins): enforce min host versions * fix(plugins): tighten min host version validation * chore(plugins): trim dead min host version code * fix(plugins): handle malformed min host metadata * fix(plugins): key manifest cache by host version
31 lines
636 B
JSON
31 lines
636 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"
|
|
],
|
|
"install": {
|
|
"minHostVersion": ">=2026.3.14"
|
|
},
|
|
"channel": {
|
|
"id": "twitch",
|
|
"label": "Twitch",
|
|
"selectionLabel": "Twitch (Chat)",
|
|
"docsPath": "/channels/twitch",
|
|
"blurb": "Twitch chat integration",
|
|
"aliases": [
|
|
"twitch-chat"
|
|
]
|
|
}
|
|
}
|
|
}
|