refactor: rename to openclaw

This commit is contained in:
Peter Steinberger
2026-01-30 03:15:10 +01:00
parent 4583f88626
commit 9a7160786a
2357 changed files with 16688 additions and 16788 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@moltbot/twitch",
"version": "2026.1.29",
"description": "Moltbot Twitch channel plugin",
"name": "@openclaw/twitch",
"version": "2026.1.27-beta.1",
"description": "OpenClaw Twitch channel plugin",
"type": "module",
"dependencies": {
"@twurple/api": "^8.0.3",
@@ -10,9 +10,9 @@
"zod": "^4.3.5"
},
"devDependencies": {
"moltbot": "workspace:*"
"openclaw": "workspace:*"
},
"moltbot": {
"openclaw": {
"extensions": [
"./index.ts"
]