UNPKG

@vreippainen/hevy-mcp-server

Version:
79 lines (78 loc) 2.41 kB
{ "name": "@vreippainen/hevy-mcp-server", "version": "1.0.2", "description": "A MCP server for Hevy", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "bin": "./dist/index.js", "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/VReippainen/hevy-mcp-server.git" }, "keywords": [ "hevy", "mcp", "fitness", "workout", "model-context-protocol" ], "author": "Ville Reippainen", "license": "MIT", "bugs": { "url": "https://github.com/VReippainen/hevy-mcp-server/issues" }, "homepage": "https://github.com/VReippainen/hevy-mcp-server#readme", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "inspect": "pnpm build && npx @modelcontextprotocol/inspector@0.7.0 node dist/index.js", "start": "node dist/index.js", "build": "tsc", "prepublishOnly": "pnpm build", "publish:prod": "pnpm semantic-release --no-ci", "publish:alpha": "pnpm semantic-release --channel alpha --no-ci", "version:patch": "pnpm version patch", "version:minor": "pnpm version minor", "version:major": "pnpm version major", "test": "vitest run --silent", "test:watch": "vitest --silent", "test:coverage": "vitest run --coverage --silent", "lint": "eslint . --ext .ts", "lint:fix": "eslint . --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.9.0", "axios": "^1.8.4", "axios-cache-interceptor": "^1.7.0", "dotenv": "^16.3.1", "zod": "^3.24.2" }, "devDependencies": { "@semantic-release/changelog": "^6.0.3", "@semantic-release/commit-analyzer": "^13.0.1", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^11.0.1", "@semantic-release/npm": "^12.0.1", "@semantic-release/release-notes-generator": "^14.0.3", "@types/node": "^22.14.0", "@typescript-eslint/eslint-plugin": "^8.29.1", "@typescript-eslint/parser": "^8.29.1", "@vitest/coverage-v8": "^3.1.1", "eslint": "^9.24.0", "eslint-config-prettier": "^10.1.1", "eslint-plugin-prettier": "^5.2.6", "eslint-plugin-unused-imports": "^4.1.4", "prettier": "^3.5.3", "semantic-release": "^24.2.3", "ts-node": "^10.9.2", "typescript": "^5.8.3", "vitest": "^3.1.1" } }