Files
openclaw/packages/clawdbot/package.json
2026-02-03 22:04:17 +09:00

17 lines
332 B
JSON

{
"name": "clawdbot",
"version": "2026.1.27-beta.1",
"description": "Compatibility shim that forwards to openclaw",
"bin": {
"clawdbot": "./bin/clawdbot.js"
},
"type": "module",
"exports": {
".": "./index.js",
"./cli-entry": "./bin/clawdbot.js"
},
"dependencies": {
"openclaw": "workspace:*"
}
}