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