package.json•1.13 kB
{
"name": "claude-telemetry-mcp",
"version": "1.0.0",
"description": "MCP server for Claude Code telemetry usage tracking and analytics",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc && chmod +x dist/index.js",
"dev": "tsc --watch",
"start": "node dist/index.js",
"test": "jest",
"lint": "eslint src --ext .ts"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.18.2",
"axios": "^1.6.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.0.0",
"jest": "^29.0.0",
"typescript": "^5.0.0"
},
"keywords": [
"mcp",
"claude-code",
"telemetry",
"prometheus",
"usage-tracking"
],
"author": "cordlesssteve",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cordlesssteve/claude-telemetry-mcp.git"
},
"bugs": {
"url": "https://github.com/cordlesssteve/claude-telemetry-mcp/issues"
},
"homepage": "https://github.com/cordlesssteve/claude-telemetry-mcp#readme"
}