openskynet / packages /moltbot /package.json
Darochin's picture
Mirror OpenSkyNet workspace snapshot from Git HEAD
fc93158 verified
{
"name": "moltbot",
"version": "2026.2.12",
"description": "Compatibility shim that forwards to openskynet",
"bin": {
"moltbot": "./bin/moltbot.js"
},
"type": "module",
"exports": {
".": "./index.js",
"./cli-entry": "./bin/moltbot.js"
},
"dependencies": {
"openclaw": "workspace:*"
}
}