{ "name": "trainbud", "version": "0.9.0", "mcpName": "io.github.Zsadigzade/trainbud", "description": "TrainBud — talk to your Connect fitness data through Claude and other MCP clients", "type": "module", "main": "dist/index.js", "files": [ "dist", "!dist/**/*.map", "README.md", "QUICKSTART.md", "CHANGELOG.md", "LICENSE", ".env.example" ], "bin": { "trainbud": "dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsx src/index.ts start", "start": "node dist/index.js start", "test": "node scripts/run-tests.mjs", "test:watch": "node scripts/run-tests.mjs --watch", "test:coverage": "node scripts/run-tests.mjs --experimental-test-coverage", "lint": "eslint src tests", "typecheck": "tsc --noEmit && tsc -p tsconfig.test.json", "prepublishOnly": "npm run build" }, "keywords": [ "garmin", "garmin-connect", "mcp", "mcp-server", "model-context-protocol", "claude", "cursor", "chatgpt", "connect-iq", "fitness", "health", "trainbud" ], "author": "Zsadigzade", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/Zsadigzade/trainbud.git" }, "homepage": "https://github.com/Zsadigzade/trainbud#readme", "bugs": { "url": "https://github.com/Zsadigzade/trainbud/issues" }, "engines": { "node": ">=22.12.0" }, "devDependencies": { "@eslint/js": "^10.0.1", "@types/better-sqlite3": "^9.6.0", "@types/luxon": "^3.7.5", "@types/node": "^26.5.0", "eslint": "^10.10.0", "tsx": "^4.23.13", "typescript": "^6.0.3", "typescript-eslint": "^8.70.0" }, "dependencies": { "@anthropic-ai/sdk": "^0.126.0", "@modelcontextprotocol/sdk": "^1.30.0", "better-sqlite3": "^12.11.1", "commander": "^15.0.0", "dotenv": "^17.4.2", "garmin-connect": "^1.6.2", "luxon": "^3.7.2", "pino": "^10.3.1", "pino-pretty": "^13.1.3", "zod": "^4.5.4" } }