package.json•1 kB
{
"name": "@isaacphi/mcp-gdrive",
"version": "0.2.0",
"description": "MCP server for interacting with Google Drive and Sheets",
"license": "MIT",
"author": "Phil Isaac",
"homepage": "https://github.com/isaacphi/mcp-gdrive",
"bugs": "https://github.com/isaacphi/mcp-gdrive/issues",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/isaacphi/mcp-gdrive.git"
},
"keywords": [
"Google Drive",
"Google Sheets",
"MCP",
"Model Context Protocol",
"AI"
],
"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",
"dotenv": "^16.5.0",
"googleapis": "^144.0.0"
},
"devDependencies": {
"@types/node": "^22.9.3",
"shx": "^0.3.4",
"typescript": "^5.6.2"
}
}