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