mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-19 18:39:20 -05:00
17 lines
325 B
JSON
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:*"
|
|
}
|
|
}
|