{
  "name": "@kvendrik/gmaps",
  "publishConfig": {
    "access": "public"
  },
  "version": "0.0.1",
  "description": "Search Google Maps and fetch places from public lists — no API key required",
  "type": "module",
  "bin": {
    "gmaps": "./src/index.ts"
  },
  "files": [
    "src",
    "AGENT.md"
  ],
  "keywords": [
    "google-maps",
    "cli",
    "places",
    "search",
    "llm",
    "ai-agent"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kvendrik/gmaps.git"
  },
  "license": "MIT",
  "author": "Koen Vendrik",
  "dependencies": {
    "chalk": "^5",
    "commander": "^13"
  },
  "devDependencies": {
    "@types/bun": "latest"
  }
}
