mirror of
https://github.com/BradGroux/veritas-kanban.git
synced 2026-09-08 22:21:47 +00:00
- Bump all package versions to 1.3.0 - README: version badge, blocked column, new feature highlights - CHANGELOG: full v1.2.0 and v1.3.0 entries - FEATURES.md: GitHub sync, activity feed, standup summary sections - FEATURES.md: storage architecture, API envelope docs, new CLI commands - FEATURES.md: updated API endpoints table and response format docs
30 lines
683 B
JSON
30 lines
683 B
JSON
{
|
|
"name": "@veritas-kanban/cli",
|
|
"version": "1.3.0",
|
|
"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": "^12.1.0",
|
|
"chalk": "^5.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.10.0",
|
|
"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"
|
|
}
|
|
}
|