Files
openclaw/packages/clawdbot/package.json
2026-01-27 12:21:02 +00:00

17 lines
325 B
JSON

{
"name": "moltbot",
"version": "2026.1.26",
"type": "module",
"description": "Compatibility shim that forwards to moltbot",
"exports": {
".": "./index.js",
"./plugin-sdk": "./plugin-sdk/index.js"
},
"bin": {
"moltbot": "./bin/moltbot.js"
},
"dependencies": {
"moltbot": "workspace:*"
}
}