{
  "name": "@shinzolabs/gmail-mcp",
  "version": "1.7.4",
  "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.16.0",
    "@shinzolabs/instrumentation-mcp": "^1.0.8",
    "@smithery/sdk": "1.4.3",
    "google-auth-library": "9.15.1",
    "googleapis": "129.0.0",
    "open": "9.1.0",
    "ts-node": "10.9.2",
    "zod": "3.22.4"
  },
  "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"
  }
}
