package.json•507 B
{
"name": "@smithery/mcp-google-calendar",
"version": "1.0.0",
"description": "MCP server for interacting with Google Calendar API",
"license": "MIT",
"author": "Smithery",
"type": "module",
"files": [
"dist"
],
"scripts": {
"build": "npx @smithery/cli build",
"dev": "npx @smithery/cli dev",
"check": "npx @biomejs/biome check --write --unsafe"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.1",
"googleapis": "^150.0.1",
"zod": "^3.24.2"
},
"module": "src/index.ts"
}