- Bump version of denchclaw to 2.0.2 in package.json. - Add posthog-node and posthog-js dependencies with specified versions. - Update chokidar dependency in web package.json. - Modify deploy script to publish an alias package (dench) alongside denchclaw.
25 lines
471 B
JSON
25 lines
471 B
JSON
{
|
|
"name": "dench",
|
|
"version": "2.0.2",
|
|
"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.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.12.0"
|
|
}
|
|
}
|