package.json•585 B
{
  "name": "google-search-mcp",
  "version": "0.1.0",
  "description": "MCP server for Google search and webpage analysis",
  "type": "module",
  "scripts": {
    "start": "node dist/google-search.js"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.1",
    "@mozilla/readability": "^0.6.0",
    "@types/turndown": "^5.0.5",
    "axios": "^1.7.9",
    "cheerio": "^1.0.0",
    "dompurify": "^3.2.3",
    "express": "^4.21.2",
    "googleapis": "^144.0.0",
    "jsdom": "^25.0.1",
    "markdown-it": "^14.1.0",
    "readability": "^0.1.0",
    "turndown": "^7.2.0"
  }
}