{
  "name": "mcp-google-calendar-plus",
  "version": "1.2.0",
  "description": "The ONLY MCP server for full Google Calendar AND Contacts management (create/update/delete) in Claude, Cursor, Windsurf",
  "type": "module",
  "bin": {
    "mcp-google-calendar-plus": "build/index.js"
  },
  "files": [
    "build/",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "mcp",
    "model-context-protocol",
    "claude",
    "cursor",
    "windsurf",
    "google-calendar",
    "google-contacts",
    "calendar",
    "contacts",
    "ai",
    "llm",
    "integration",
    "calendar-management",
    "contact-management",
    "oauth2",
    "create-events",
    "update-events",
    "delete-events",
    "people-api"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/199-biotechnologies/mcp-google-calendar-plus.git"
  },
  "bugs": {
    "url": "https://github.com/199-biotechnologies/mcp-google-calendar-plus/issues"
  },
  "homepage": "https://github.com/199-biotechnologies/mcp-google-calendar-plus#readme",
  "author": "199-biotechnologies",
  "license": "MIT",
  "scripts": {
    "typecheck": "tsc --noEmit",
    "build": "npm run typecheck && node scripts/build.js",
    "start": "node build/index.js",
    "auth": "node build/auth-server.js",
    "test": "vitest run",
    "test:watch": "vitest",
    "coverage": "vitest run --coverage"
  },
  "dependencies": {
    "@google-cloud/local-auth": "^3.0.1",
    "@modelcontextprotocol/sdk": "^1.0.3",
    "esbuild": "^0.25.0",
    "express": "^4.18.2",
    "google-auth-library": "^9.15.0",
    "googleapis": "^144.0.0",
    "open": "^7.4.2",
    "zod": "^3.22.4"
  },
  "devDependencies": {
    "@types/express": "^5.0.2",
    "@types/node": "^20.10.4",
    "@vitest/coverage-v8": "^3.1.1",
    "typescript": "^5.3.3",
    "vitest": "^3.1.1"
  }
}
