openclaw/packages/dench/package.json
kumarabhirup cceeccb900
chore: bump to v2.0.5 with deploy scripts and prepack integration
Adds deploy convenience scripts, wires flatten-standalone-deps into web:prepack, and updates test:cli to include the new test file.
2026-03-04 19:06:56 -08:00

25 lines
471 B
JSON

{
"name": "dench",
"version": "2.0.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.0.5"
},
"engines": {
"node": ">=22.12.0"
}
}