{
  "name": "@bdmarvin/mcp-server-gbp",
  "version": "0.3.16",
  "description": "MCP server for Google Business Profile Performance API.",
  "author": "Bryan Marvin <bryan.marvin@golocalinteractive.com>",
  "license": "MIT",
  "type": "module",
  "bin": { "mcp-server-gbp": "dist/index.js" },
  "files": [ "dist" ],
  "scripts": {
    "build": "tsc && shx chmod +x dist/*.js",
    "prepare": "npm run build",
    "watch": "tsc --watch",
    "start": "node dist/index.2.js",
    "dev": "tsx src/index.ts"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.0",
    "googleapis": "^137.1.0",
    "google-auth-library": "^9.11.0",
    "zod": "^3.23.8",
    "zod-to-json-schema": "^3.23.5",
    "axios": "^1.6.8"  
  },
  "devDependencies": {
    "@types/node": "^20.12.12",
    "shx": "^0.3.4",
    "typescript": "^5.4.5",
    "tsx": "^4.10.4",
    "@types/axios": "^0.14.0" 
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bdmarvin1/mcp-server-gbp.git"
  },
  "keywords": [
    "mcp",
    "google business profile",
    "gbp",
    "api",
    "typingmind",
    "oauth",
    "oauth2",
    "model context protocol"
  ]
}