Files
openclaw/extensions/twitch/package.json
2026-05-04 10:09:55 +01:00

50 lines
1.1 KiB
JSON

{
"name": "@openclaw/twitch",
"version": "2026.5.4",
"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.4"
},
"build": {
"openclawVersion": "2026.5.4"
},
"channel": {
"id": "twitch",
"label": "Twitch",
"selectionLabel": "Twitch (Chat)",
"docsPath": "/channels/twitch",
"blurb": "Twitch chat integration",
"aliases": [
"twitch-chat"
]
},
"release": {
"publishToClawHub": true,
"publishToNpm": true
}
}
}