{
  "name": "@gongrzhe/server-gmail-autoauth-mcp",
  "version": "1.1.3",
  "description": "Gmail MCP server with auto authentication support",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "gmail-mcp": "./dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "auth": "node dist/index.js auth",
    "prepare": "npm run build",
    "prepublishOnly": "npm run build"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "keywords": [
    "gmail",
    "mcp",
    "cursor",
    "ai",
    "oauth",
    "model-context-protocol",
    "google-gmail",
    "claude",
    "auto-auth"
  ],
  "author": "gongrzhe",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gongrzhe/server-gmail-autoauth-mcp.git"
  },
  "bugs": {
    "url": "https://github.com/gongrzhe/server-gmail-autoauth-mcp/issues"
  },
  "homepage": "https://github.com/gongrzhe/server-gmail-autoauth-mcp#readme",
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^0.4.0",
    "googleapis": "^129.0.0",
    "google-auth-library": "^9.4.1",
    "open": "^10.0.0",
    "zod": "^3.22.4",
    "zod-to-json-schema": "^3.22.1"
  },
  "devDependencies": {
    "@types/node": "^20.10.5",
    "typescript": "^5.3.3"
  }
}
