package.json•1.24 kB
{
"name": "@shinzolabs/gmail-mcp",
"version": "1.5.1",
"description": "Gmail MCP - Provides complete Gmail API access with file-based OAuth2 authentication",
"type": "module",
"bin": {
"gmail-mcp": "./dist/index.js"
},
"scripts": {
"build": "tsc -p tsconfig.json",
"start": "node ./dist/index.js",
"auth": "node ./dist/index.js auth",
"test": "jest"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.11.0",
"@smithery/sdk": "^1.2.2",
"google-auth-library": "^9.15.1",
"googleapis": "^129.0.0",
"open": "^9.1.0",
"ts-node": "^10.9.2",
"zod": "^3.24.2"
},
"devDependencies": {
"@babel/core": "^7.27.1",
"@babel/preset-env": "^7.27.2",
"@babel/preset-typescript": "^7.27.1",
"@changesets/cli": "^2.29.4",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.27",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"typescript": "^5.8.2"
},
"keywords": [
"gmail",
"mcp",
"claude",
"anthropic",
"email"
],
"author": "Austin Born (austin@shinzolabs.com)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/shinzo-labs/gmail-mcp"
},
"engines": {
"node": ">=18.0.0"
}
}