{
  "name": "agenda-mcp-google-workspace",
  "version": "1.0.1",
  "description": "MCP Server para integração com Google Workspace (Gmail, Calendar, Meet)",
  "private": false,
  "type": "module",
  "bin": {
    "agenda-mcp": "./build/index.js"
  },
  "files": [
    "build",
    "README.md",
    "DOCUMENTACAO.md",
    "get-refresh-token.js"
  ],
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "watch": "tsc --watch",
    "inspector": "npx @modelcontextprotocol/inspector build/index.js",
    "start": "node build/index.js",
    "prod": "node build/index.js"
  },
  "dependencies": {
    "@google-cloud/local-auth": "^3.0.1",
    "@modelcontextprotocol/sdk": "0.6.0",
    "dotenv": "^16.4.7",
    "googleapis": "^144.0.0"
  },
  "devDependencies": {
    "@types/node": "^20.11.24",
    "typescript": "^5.3.3"
  },
  "keywords": [
    "mcp",
    "google-workspace",
    "gmail",
    "calendar",
    "meet",
    "agenda",
    "api"
  ],
  "author": "Agenda MCP",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/seu-usuario/agenda-mcp.git"
  },
  "engines": {
    "node": ">=14.0.0"
  }
}
