package.json1.11 kB
{
"name": "google-search-mcp",
"version": "0.1.0",
"description": "MCP server for Google search and webpage analysis",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node dist/google-search.js",
"dev": "tsc -w",
"start:python": "concurrently \"python google_search.py\" \"python link_view.py\"",
"start:all": "concurrently \"npm run start:python\" \"npm run start\""
},
"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"
},
"devDependencies": {
"@types/cheerio": "^0.22.35",
"@types/dompurify": "^3.0.5",
"@types/express": "^4.17.21",
"@types/jsdom": "^21.1.7",
"@types/markdown-it": "^14.1.2",
"@types/node": "^20.17.21",
"concurrently": "^9.1.0",
"typescript": "^5.7.2"
}
}