{
  "name": "@antidrift/mcp-gmail",
  "version": "0.22.0",
  "description": "Gmail connector for antidrift — search, read, send, and manage email",
  "main": "server.mjs",
  "bin": {
    "antidrift-mcp-gmail": "bin/cli.mjs"
  },
  "files": [
    "server.mjs",
    "auth-google.mjs",
    "connectors/",
    "bin/",
    "tools/",
    "lib/"
  ],
  "keywords": [
    "antidrift",
    "mcp",
    "claude-code",
    "codex",
    "cursor",
    "antigravity",
    "ai-agents",
    "gmail",
    "google-gmail",
    "email"
  ],
  "license": "MIT",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/probeo-io/antidrift.git",
    "directory": "packages/mcp-gmail"
  },
  "author": "Probeo <hello@probeo.io>",
  "dependencies": {
    "googleapis": "^171.4.0"
  },
  "scripts": {
    "test": "node --experimental-test-module-mocks --test test/*.test.mjs"
  }
}
