{
"name": "@cablate/mcp-gmail",
"version": "0.0.1",
"description": "MCP server that provides google Gmail capabilities",
"main": "dist/index.cjs",
"license": "MIT",
"scripts": {
"build": "esbuild src/index.ts --bundle --platform=node --outfile=dist/index.cjs --external:pdfreader --external:jsdom --external:mammoth --external:csv-parse --external:libreoffice-convert && shx chmod +x dist/index.cjs",
"start": "node dist/index.cjs",
"dev": "ts-node src/index.ts"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.5.0",
"dotenv": "^16.0.3",
"esbuild": "^0.25.0",
"express": "^4.18.2",
"googleapis": "^129.0.0",
"google-auth-library": "^9.6.3",
"shx": "^0.3.4"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/node": "^18.15.11",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"author": "CabLate",
"files": [
"dist",
"dist/**/*.map",
"README.md"
],
"bin": {
"map-mail": "./dist/index.cjs"
},
"keywords": [
"email",
"gmail",
"api",
"llm",
"typescript",
"mcp"
],
"homepage": "https://github.com/cablate/mcp-gmail#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/cablate/mcp-gmail.git"
},
"bugs": {
"url": "https://github.com/cablate/mcp-gmail/issues"
}
}