{ "name": "@mintel/vikunja-mcp", "version": "1.0.0", "description": "Vikunja MCP server for Mintel infrastructure", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "start": "node dist/start.js", "dev": "tsx watch src/index.ts", "test:unit": "vitest run" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.5.0", "axios": "^1.7.2", "dotenv": "^17.3.1", "express": "^4.19.2", "form-data": "^4.0.5", "marked": "^18.0.5" }, "devDependencies": { "@types/express": "^4.17.21", "@types/form-data": "^2.5.2", "@types/marked": "^6.0.0", "@types/node": "^20.14.10", "tsx": "^4.19.2", "typescript": "^5.5.3", "vitest": "^2.1.3" } }