{
  "name": "@nazka/map-gl-js-spiderfy",
  "version": "2.0.0",
  "description": "Spiderfy for Maplibre and Mapbox",
  "author": "nazka mapps",
  "license": "BSD-3-Clause License",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/nazka/map-gl-js-spiderfy.git"
  },
  "type": "module",
  "scripts": {
    "build": "webpack",
    "prepublish": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "devDependencies": {
    "@babel/core": "^7.16.7",
    "@babel/plugin-transform-runtime": "^7.16.8",
    "@babel/preset-env": "^7.16.8",
    "@babel/runtime": "^7.16.7",
    "babel-loader": "^8.2.3",
    "color": "^4.1.0",
    "core-js": "^3.20.3",
    "webpack": "^5.65.0",
    "webpack-cli": "^4.9.1",
    "maplibre-gl": "^5.6.1"
  }
}
