{ "name": "assistant", "version": "1.0.0", "description": "MCP server for Gmail job application management", "type": "module", "bin": { "assistant": "./build/index.js" }, "scripts": { "build": "tsc && chmod 755 build/index.js", "auth": "npm run build && node build/auth.js" }, "files": [ "build" ], "keywords": [], "author": "", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.26.0", "googleapis": "^171.4.0", "zod": "^3.25.76" }, "devDependencies": { "@types/node": "^25.2.3", "typescript": "^5.9.3" } }