{
  "name": "maplibre-gl-draw-circle-custom",
  "version": "0.1.1",
  "description": "A module to draw a circle using mapbox-gl-draw",
  "main": "index",
  "scripts": {
    "test": "jest --all",
    "coverage": "jest --all --coverage"
  },
  "keywords": [
    "mapbox",
    "geojson",
    "circle",
    "mapbox",
    "draw"
  ],
  "license": "MIT",
  "dependencies": {
    "@mapbox/mapbox-gl-draw": "1.3.0",
    "@turf/along": "^6.0.1",
    "@turf/circle": "^6.0.1",
    "@turf/distance": "^6.0.1",
    "@turf/helpers": "^6.1.4",
    "@turf/length": "^6.0.2"
  },
  "devDependencies": {
    "jest": "^24.5.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/thaddmt/maplibre-gl-draw-circle"
  }
}