{
  "name": "mcp-gdrive-fixed",
  "version": "1.0.0",
  "description": "Fixed MCP server for interacting with Google Drive and Sheets - with stdout/stderr separation",
  "license": "MIT",
  "author": "Phil Isaac (Original) / ysl1016 (Fixed)",
  "homepage": "https://github.com/ysl1016/mcp-gdrive",
  "bugs": "https://github.com/ysl1016/mcp-gdrive/issues",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ysl1016/mcp-gdrive.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "Google Drive",
    "Google Sheets",
    "MCP",
    "Model Context Protocol",
    "AI",
    "Claude",
    "Fixed"
  ],
  "bin": {
    "mcp-gdrive": "dist/index.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc && shx chmod +x dist/*.js",
    "prepare": "npm run build",
    "watch": "tsc --watch"
  },
  "dependencies": {
    "@google-cloud/local-auth": "^3.0.1",
    "@modelcontextprotocol/sdk": "0.5.0",
    "googleapis": "^144.0.0"
  },
  "devDependencies": {
    "@types/node": "^22.9.3",
    "shx": "^0.3.4",
    "typescript": "^5.6.2"
  }
}
