{
  "name": "mapbox-gl-shadow-simulator",
  "version": "0.68.2",
  "description": "Display terrain and structure shadows cast by the sun in a custom style layer",
  "main": "dist/mapbox-gl-shadow-simulator.umd.min.js",
  "browser": "dist/mapbox-gl-shadow-simulator.umd.min.js",
  "module": "dist/mapbox-gl-shadow-simulator.esm.js",
  "types": "dist/mapbox-gl-shadow-simulator.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ted-piotrowski/mapbox-gl-shadow-simulator.git"
  },
  "keywords": [
    "mapbox",
    "mapbox-gl",
    "maplibre",
    "maplibre-gl",
    "shade",
    "layer"
  ],
  "author": "Ted Piotrowski",
  "license": "UNLICENSED",
  "bugs": {
    "url": "https://github.com/ted-piotrowski/mapbox-gl-shadow-simulator/issues"
  },
  "homepage": "https://github.com/ted-piotrowski/mapbox-gl-shadow-simulator#readme",
  "dependencies": {
    "suncalc": "^1.9.0"
  },
  "devDependencies": {
    "@types/mapbox-gl": "^2.7.8"
  }
}
