mirror of
https://github.com/BradGroux/veritas-kanban.git
synced 2026-09-07 08:55:57 +00:00
Patch correction release delivering: - fix(stability): Complete Zod 4 API migration (#162) - fix(security): SSRF protection for webhook URLs (#165) - perf(websocket): Batch broadcasts to prevent event loop blocking (#167) - feat: Orchestrator Delegation Enforcement gate - feat: Enforcement Gate Toast Notifications - feat: Dashboard Enforcement Indicator
30 lines
682 B
JSON
30 lines
682 B
JSON
{
|
|
"name": "@veritas-kanban/cli",
|
|
"version": "3.3.3",
|
|
"description": "CLI for Veritas Kanban task management",
|
|
"type": "module",
|
|
"bin": {
|
|
"vk": "./dist/index.js"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "tsx src/index.ts",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@veritas-kanban/shared": "workspace:*",
|
|
"commander": "^14.0.3",
|
|
"chalk": "^5.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.3.2",
|
|
"typescript": "^5.7.0",
|
|
"tsx": "^4.19.0"
|
|
},
|
|
"license": "MIT",
|
|
"author": "Brad Groux <brad@digitalmeld.io>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/BradGroux/veritas-kanban.git"
|
|
}
|
|
}
|