27 lines
635 B
JSON

{
"name": "@busybee/google-ads-mcp",
"version": "1.0.0",
"description": "The definitive Google Ads MCP Server — 45+ tools, 7 MCP Apps, tool annotations, lazy loading",
"type": "module",
"main": "dist/index.js",
"bin": {
"google-ads-mcp": "dist/index.js"
},
"scripts": {
"build": "tsup",
"dev": "tsx src/index.ts",
"start": "node dist/index.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.1",
"google-ads-api": "^17.0.0",
"zod": "^3.23.0"
},
"devDependencies": {
"tsup": "^8.0.0",
"tsx": "^4.7.0",
"typescript": "^5.4.0",
"@types/node": "^20.0.0"
}
}