{ "name": "@openclaw/twitch", "version": "2026.5.2", "description": "OpenClaw Twitch channel plugin", "repository": { "type": "git", "url": "https://github.com/openclaw/openclaw" }, "type": "module", "dependencies": { "@twurple/api": "^8.1.3", "@twurple/auth": "^8.1.3", "@twurple/chat": "^8.1.3" }, "devDependencies": { "@openclaw/plugin-sdk": "workspace:*" }, "openclaw": { "extensions": [ "./index.ts" ], "setupEntry": "./setup-entry.ts", "install": { "npmSpec": "@openclaw/twitch", "defaultChoice": "npm", "minHostVersion": ">=2026.4.10" }, "compat": { "pluginApi": ">=2026.5.2" }, "build": { "openclawVersion": "2026.5.2" }, "channel": { "id": "twitch", "label": "Twitch", "selectionLabel": "Twitch (Chat)", "docsPath": "/channels/twitch", "blurb": "Twitch chat integration", "aliases": [ "twitch-chat" ] }, "release": { "publishToClawHub": true, "publishToNpm": true } } }