{
  "name": "@cablate/mcp-google-map",
  "version": "0.0.53",
  "mcpName": "io.github.cablate/google-map",
  "description": "18 Google Maps tools for AI agents — geocode, search, directions, weather, air quality, local rank tracking, map images via MCP server or standalone CLI",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "mcp-google-map": "dist/cli.js"
  },
  "files": [
    "dist",
    "dist/**/*.map",
    "README.md",
    "skills"
  ],
  "scripts": {
    "build": "tsup --dts",
    "start": "node dist/cli.js",
    "dev": "cross-env NODE_ENV=development tsup --watch",
    "test": "tsx tests/smoke.test.ts",
    "test:e2e": "tsx tests/smoke.test.ts",
    "lint": "eslint .",
    "format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"",
    "format:check": "prettier --check \"src/**/*.ts\" \"tests/**/*.ts\"",
    "prepublishOnly": "npm run build"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "keywords": [
    "google",
    "google-maps",
    "map",
    "mcp",
    "mcp-server",
    "model-context-protocol",
    "agent-skill",
    "ai-agent",
    "geospatial",
    "geocoding",
    "places",
    "directions",
    "navigation",
    "location",
    "streamable-http",
    "typescript"
  ],
  "author": "CabLate",
  "license": "MIT",
  "homepage": "https://github.com/cablate/mcp-google-map#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cablate/mcp-google-map.git"
  },
  "bugs": {
    "url": "https://github.com/cablate/mcp-google-map/issues"
  },
  "dependencies": {
    "@googlemaps/google-maps-services-js": "^3.4.0",
    "@googlemaps/places": "^2.1.0",
    "@modelcontextprotocol/sdk": "^1.27.1",
    "@types/yargs": "^17.0.33",
    "cross-env": "^7.0.3",
    "dotenv": "^16.4.7",
    "express": "^4.21.2",
    "yargs": "^17.7.2",
    "zod": "^3.25.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.39.4",
    "@types/express": "^4.17.21",
    "@types/jest": "^29.5.14",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^20.17.0",
    "@typescript-eslint/eslint-plugin": "^8.24.0",
    "@typescript-eslint/parser": "^8.24.0",
    "eslint": "^9.20.1",
    "eslint-config-prettier": "^10.0.1",
    "jest": "^29.7.0",
    "prettier": "^3.5.0",
    "ts-jest": "^29.2.5",
    "tsup": "^8.4.0",
    "tsx": "^4.19.2",
    "typescript": "^5.7.3",
    "typescript-eslint": "^8.57.0"
  }
}
