{ "name": "keeping-mcp", "version": "1.0.1", "description": "MCP server for the Keeping time-tracking API", "type": "module", "engines": { "node": ">=22.0.0" }, "bin": { "keeping-mcp": "./dist/bin/keeping-mcp.js" }, "exports": { ".": "./dist/bin/keeping-mcp.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsup", "typecheck": "tsc --noEmit", "lint": "biome check .", "test": "vitest run", "dev": "node dist/bin/keeping-mcp.js", "check-publish-shape": "tsx scripts/check-publish-shape.ts", "probe-live": "tsx --env-file-if-exists=.env scripts/probe-live.ts" }, "keywords": [ "mcp", "keeping", "time-tracking", "model-context-protocol" ], "author": "Bart Vanlier ", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/Red-Square-Software/keeping-mcp.git" }, "homepage": "https://github.com/red-square-software/keeping-mcp", "mcpName": "io.github.Red-Square-Software/keeping-mcp", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "p-retry": "^8.0.0", "p-throttle": "^8.1.0", "zod": "^4.4.3" }, "devDependencies": { "@biomejs/biome": "^2.4.16", "@types/node": "^22.15.0", "tsup": "^8.5.1", "tsx": "^4.22.4", "typescript": "^6.0.3", "vitest": "^4.1.8" } }