openclaw/packages/dench/package.json
kumarabhirup a0aef2c2f8
chore: bump version to 2.0.9
Prepare next release version across root and dench alias package.
2026-03-05 16:09:00 -08:00

25 lines
471 B
JSON

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