mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-08 21:09:23 +08:00
17 lines
332 B
JSON
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:*"
|
|
}
|
|
}
|