{
  "name": "@openhistoricalmap/maplibre-gl-dates",
  "version": "1.3.0",
  "description": "MapLibre GL JS plugin for filtering the map based on a date",
  "main": "index.js",
  "scripts": {
    "build": "esbuild index.js --bundle --outdir=dist",
    "clean": "shx rm -rf dist build",
    "start": "shx cp -r example dist && open 'http://127.0.0.1:8000/example/#map=15/29.9599/-90.0676&date=1900-01-01' && esbuild index.js --bundle --outdir=dist --servedir=dist --watch",
    "test": "node --import ./test/setup.mjs --test 'index.spec.mjs'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OpenHistoricalMap/maplibre-gl-dates.git"
  },
  "keywords": [
    "maplibre-gl-js",
    "openhistoricalmap",
    "datetime"
  ],
  "author": "OpenHistoricalMap",
  "license": "CC0-1.0",
  "bugs": {
    "url": "https://github.com/OpenHistoricalMap/maplibre-gl-dates/issues"
  },
  "homepage": "https://github.com/OpenHistoricalMap/maplibre-gl-dates#readme",
  "peerDependencies": {
    "maplibre-gl": ">=3.0.0"
  },
  "devDependencies": {
    "@maplibre/maplibre-gl-style-spec": "^23.1.0",
    "esbuild": "0.24.2",
    "open": "^10.1.0",
    "shx": "^0.3.4"
  }
}
