package.json•1.35 kB
{
"name": "hevy-api-mcp",
"version": "1.0.0",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"bin": {
"hevy-api-mcp": "bin/hevy-api-mcp.js"
},
"scripts": {
"test": "npm run build && jest",
"test:watch": "npm run build && jest --watch",
"test:coverage": "jest --coverage",
"build": "rimraf ./dist && tsc"
},
"author": "",
"license": "ISC",
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/jcjiron/hevy-mcp.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/jcjiron/hevy-mcp/issues"
},
"homepage": "https://github.com/jcjiron/hevy-mcp#readme",
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^12.0.2",
"@semantic-release/release-notes-generator": "^14.0.3",
"@types/node": "^24.2.0",
"jest": "^30.0.5",
"nodemon": "^3.1.10",
"rimraf": "^6.0.1",
"semantic-release": "^24.2.7",
"ts-jest": "^29.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.9.2"
},
"dependencies": {
"-": "^0.0.1",
"@modelcontextprotocol/sdk": "^1.17.1",
"@types/jest": "^30.0.0",
"dotenv": "^17.2.1",
"hevy-ts": "^1.0.0",
"save-dev": "^0.0.1-security"
}
}