openclaw/packages/dench/package.json
kumarabhirup 76f8838362
feat(cli): add daemonless mode for container/cloud environments
Support DENCHCLAW_DAEMONLESS=1 env var and --skip-daemon-install flag
across all commands (bootstrap, update, start, restart, stop) to skip
gateway daemon management and LaunchAgent registration in environments
without systemd/launchd.
2026-03-15 21:25:25 -07:00

25 lines
471 B
JSON

{
"name": "dench",
"version": "2.3.5",
"description": "Shorthand alias for denchclaw — AI-powered CRM platform CLI",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/openclaw/openclaw.git",
"directory": "packages/dench"
},
"bin": {
"dench": "dench.mjs"
},
"files": [
"dench.mjs"
],
"type": "module",
"dependencies": {
"denchclaw": "^2.3.5"
},
"engines": {
"node": ">=22.12.0"
}
}