{
  "name": "maplibre-gl-measures",
  "version": "0.0.16",
  "description": "Length and area measurements with linestrings and polygons",
  "main": "src/maplibre-gl-measures.js",
  "types": "src/maplibre-gl-measures.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "webpack",
    "dev": "webpack --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jdsantos/maplibre-gl-measures.git"
  },
  "bugs": {
    "url": "https://github.com/jdsantos/maplibre-gl-measures/issues"
  },
  "homepage": "https://github.com/jdsantos/maplibre-gl-measures#readme",
  "keywords": [
    "maplibre",
    "maplibre-gl-js",
    "mapbox",
    "mapbox-gl-js",
    "redline",
    "measures"
  ],
  "dependencies": {
    "@mapbox/mapbox-gl-draw": "^1.4.3",
    "@turf/turf": "^7.2.0",
    "convert-units": "^2.3.4"
  },
  "devDependencies": {
    "webpack": "^5.75.0",
    "webpack-cli": "^5.0.0"
  },
  "peerDependencies": {
    "maplibre-gl": ">=2.1.6"
  },
  "author": "Jorge Santos <https://jdsantos.github.io>",
  "license": "MIT"
}
