Files
openclaw/packages/moltbot/package.json

20 lines
399 B
JSON
Raw Normal View History

2026-01-30 03:15:10 +01:00
{
"name": "moltbot",
"version": "2026.1.27-beta.1",
"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"
},
"scripts": {
"postinstall": "node ./scripts/postinstall.js"
},
"dependencies": {
"openclaw": "workspace:*"
}
}