{ "name": "@a-bonus/google-docs-mcp", "version": "1.10.0", "type": "module", "bin": { "google-docs-mcp": "dist/index.js" }, "files": [ "dist/", "README.md", "LICENSE" ], "scripts": { "start": "node ./dist/index.js", "build": "tsc", "test": "vitest run", "test:live:docs": "vitest run src/tools/docs/cloneTable.live.test.ts", "format": "prettier --write .", "format:check": "prettier --check .", "prepublishOnly": "npm run build" }, "publishConfig": { "access": "public" }, "keywords": [ "mcp", "google-docs", "google-sheets", "google-drive" ], "author": "a-bonus", "license": "ISC", "description": "MCP server for Google Docs, Sheets, Drive, Gmail, and Calendar", "dependencies": { "@google-cloud/firestore": "^8.3.0", "fastmcp": "^3.34.0", "google-auth-library": "^10.5.0", "googleapis": "^171.4.0", "markdown-it": "^14.1.0", "zod": "^3.24.2" }, "devDependencies": { "@types/markdown-it": "^14.1.2", "@types/node": "^22.14.1", "prettier": "^3.4.2", "tsx": "^4.19.3", "typescript": "^5.8.3", "vitest": "^4.0.18" } }