veritas-kanban/mcp/package.json
Brad Groux ac0687ac72
Prepare v5.0.1 patch release
Bump Veritas Kanban to v5.0.1, update release docs, and fix the local macOS packaging smoke check.
2026-06-12 03:19:52 -05:00

32 lines
746 B
JSON

{
"name": "@veritas-kanban/mcp",
"version": "5.0.1",
"description": "MCP server for Veritas Kanban",
"type": "module",
"main": "./dist/index.js",
"bin": {
"vk-mcp": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"dev": "tsx src/index.ts",
"start": "node dist/index.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.29.0",
"@veritas-kanban/shared": "workspace:*",
"hono": "^4.12.25",
"zod": "^4.4.3"
},
"devDependencies": {
"@types/node": "^25.9.2",
"tsx": "^4.22.4",
"typescript": "^6.0.3"
},
"license": "MIT",
"author": "Brad Groux <brad@digitalmeld.io>",
"repository": {
"type": "git",
"url": "https://github.com/BradGroux/veritas-kanban.git"
}
}