veritas-kanban/cli/package.json
Brad Groux 92b573ab18
Some checks failed
CI / Lint & Type Check (push) Has been cancelled
CI / Workspace Unit Tests (push) Has been cancelled
CI / Build (push) Has been cancelled
CI / Security Audit (push) Has been cancelled
chore: bump version to 4.3.2
2026-05-16 19:10:53 -05:00

30 lines
682 B
JSON

{
"name": "@veritas-kanban/cli",
"version": "4.3.2",
"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.7.0",
"typescript": "^6.0.3",
"tsx": "^4.19.0"
},
"license": "MIT",
"author": "Brad Groux <brad@digitalmeld.io>",
"repository": {
"type": "git",
"url": "https://github.com/BradGroux/veritas-kanban.git"
}
}