{
"name": "activitywatch-mcp-server",
"version": "1.1.0",
"description": "Model Context Protocol server for ActivityWatch time tracking data",
"type": "module",
"bin": {
"activitywatch-mcp-server": "./dist/index.js"
},
"exports": {
".": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"postbuild": "node -e \"if(process.platform !== 'win32') require('child_process').execSync('chmod +x dist/index.js')\"",
"prepare": "npm run build",
"start": "node dist/index.js",
"dev": "tsc -w",
"test": "cross-env NODE_ENV=test jest",
"test:settings": "cross-env NODE_ENV=test jest src/getSettings.test.ts"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/8bitgentleman/activitywatch-mcp-server.git"
},
"keywords": [
"activitywatch",
"mcp",
"model-context-protocol",
"claude",
"llm",
"time-tracking"
],
"author": "Matt Vogel",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^0.7.0",
"axios": "^1.6.7",
"zod": "^3.22.4"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.19",
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
}
}