{
  "name": "google-clustr",
  "version": "1.0.5",
  "description": "Performant Google Maps Point Clustering",
  "homepage": "https://google-clustr.vercel.app/",
  "repository": {
    "type": "git",
    "url": "git://github.com/iamjpg/GoogleClustr.git"
  },
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "watch": {
    "build:dev": {
      "patterns": [
        "src"
      ],
      "extensions": "ts,js,scss",
      "quiet": false
    }
  },
  "scripts": {
    "ts-types": " tsc --emitDeclarationOnly --outDir dist/types",
    "build:dev": "node ./__dev__/cleanDist.js && node ./esbuild.js && node ./__dev__/copyDist.js",
    "dev": "npm run watch & node ./server.js",
    "build": "rimraf dist && node ./esbuild.js && npm run ts-types",
    "watch": "npm-watch",
    "vercel": "vercel ./www",
    "vercel:prod": "vercel ./www --prod"
  },
  "keywords": [
    "Google Maps",
    "Clustering",
    "D3",
    "Marker Spiderfier",
    "Convex Hull",
    "Quadtree"
  ],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/d3": "^3.5.40",
    "@types/google.maps": "^3.49.2",
    "@types/node": "^18.0.0",
    "@types/pubsub-js": "^1.8.3",
    "copy": "^0.3.2",
    "esbuild": "^0.14.48",
    "esbuild-sass-plugin": "^2.2.6",
    "fs-extra": "^10.1.0",
    "live-server": "^1.2.2",
    "npm-watch": "^0.11.0",
    "rimraf": "^3.0.2",
    "typescript": "^4.7.4"
  },
  "dependencies": {
    "lodash.debounce": "^4.0.8",
    "pubsub-js": "^1.9.4",
    "short-uuid": "^4.2.0"
  }
}
