31 lines
793 B
JSON

{
"name": "google-console-mcp",
"version": "1.0.0",
"description": "Google Search Console MCP Server with tool annotations, lazy loading, and interactive apps",
"type": "module",
"main": "dist/index.js",
"bin": {
"google-console-mcp": "dist/index.js"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"start": "node dist/index.js",
"lint": "tsc --noEmit"
},
"keywords": ["mcp", "google-search-console", "seo", "analytics"],
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.1",
"google-auth-library": "^9.15.1",
"googleapis": "^146.0.0",
"open": "^10.1.0",
"zod": "^3.24.1",
"zod-to-json-schema": "^3.24.1"
},
"devDependencies": {
"@types/node": "^22.10.0",
"typescript": "^5.7.0"
}
}