Files
openclaw/packages/moltbot/package.json

17 lines
321 B
JSON
Raw Normal View History

2026-01-30 03:15:10 +01:00
{
"name": "moltbot",
2026-02-12 18:20:26 +01:00
"version": "2026.2.12",
2026-01-30 03:15:10 +01:00
"description": "Compatibility shim that forwards to openclaw",
2026-01-31 21:13:13 +09:00
"bin": {
"moltbot": "./bin/moltbot.js"
},
"type": "module",
2026-01-30 03:15:10 +01:00
"exports": {
".": "./index.js",
"./cli-entry": "./bin/moltbot.js"
},
"dependencies": {
"openclaw": "workspace:*"
}
}