mirror of
https://github.com/BradGroux/veritas-kanban.git
synced 2026-09-09 06:31:03 +00:00
Some checks failed
CI / Select Test Scope (push) Waiting to run
CI / Lint & Type Check (push) Waiting to run
CI / Changed Tests (push) Blocked by required conditions
CI / Workspace Unit Tests (push) Blocked by required conditions
CI / Build (push) Waiting to run
CI / Security Audit (push) Waiting to run
Desktop Artifacts / Unsigned macOS Artifact (push) Has been cancelled
Desktop Artifacts / Unsigned Linux Artifacts (push) Has been cancelled
Desktop Artifacts / Unsigned Windows Artifacts (push) Has been cancelled
* chore: prepare v6.1.0 release * docs: record v6.1.0 release gate evidence * test: cover CLI fork idempotency * test: separate live MCP integration coverage
30 lines
682 B
JSON
30 lines
682 B
JSON
{
|
|
"name": "@veritas-kanban/cli",
|
|
"version": "6.1.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": "^15.0.0",
|
|
"chalk": "^5.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^26.1.1",
|
|
"typescript": "^6.0.3",
|
|
"tsx": "^4.23.1"
|
|
},
|
|
"license": "MIT",
|
|
"author": "Brad Groux <brad@digitalmeld.io>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/BradGroux/veritas-kanban.git"
|
|
}
|
|
}
|