mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-17 15:47:28 +00:00
17 lines
321 B
JSON
17 lines
321 B
JSON
{
|
|
"name": "moltbot",
|
|
"version": "2026.2.12",
|
|
"description": "Compatibility shim that forwards to openclaw",
|
|
"bin": {
|
|
"moltbot": "./bin/moltbot.js"
|
|
},
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./index.js",
|
|
"./cli-entry": "./bin/moltbot.js"
|
|
},
|
|
"dependencies": {
|
|
"openclaw": "workspace:*"
|
|
}
|
|
}
|