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.
25 lines
471 B
JSON
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"
|
|
}
|
|
}
|