{
  "name": "@webwriter/map",
  "version": "2.1.1",
  "description": "Geographical map with different terrain options including custom tiling, and GeoJSON support.",
  "keywords": [
    "webwriter-widget",
    "widget-contextual",
    "widget-informational",
    "widget-lang-en",
    "widget-online",
    "iscedf2013-01",
    "iscedf2013-02",
    "iscedf2013-03",
    "iscedf2013-04",
    "iscedf2013-05",
    "iscedf2013-06",
    "iscedf2013-07",
    "iscedf2013-08",
    "iscedf2013-09",
    "iscedf2013-10",
    "isced2011-0",
    "isced2011-1",
    "isced2011-2",
    "isced2011-3",
    "geology",
    "map",
    "earth",
    "widget-lang-de",
    "widget-lang-ar",
    "widget-lang-bg",
    "widget-lang-cs",
    "widget-lang-da",
    "widget-lang-nl",
    "widget-lang-et",
    "widget-lang-fi",
    "widget-lang-fr",
    "widget-lang-el",
    "widget-lang-hu",
    "widget-lang-it",
    "widget-lang-lv",
    "widget-lang-lt",
    "widget-lang-nb",
    "widget-lang-pl",
    "widget-lang-pt-PT",
    "widget-lang-ro",
    "widget-lang-ru",
    "widget-lang-sk",
    "widget-lang-sl",
    "widget-lang-es",
    "widget-lang-sv",
    "widget-lang-tr",
    "widget-lang-uk",
    "widget-lang-pt-BR",
    "widget-lang-ko",
    "widget-lang-ja",
    "widget-lang-id",
    "widget-lang-zh-hans",
    "widget-lang-zh-hant"
  ],
  "license": "MIT",
  "author": "Jorik van Genuchten",
  "contributors": [
    "Jorik van Genuchten"
  ],
  "scripts": {
    "prepublishOnly": "npx @webwriter/build",
    "dev": "npx @webwriter/build dev",
    "localize": "lit-localize extract && npx @webwriter/build localize && lit-localize build"
  },
  "dependencies": {
    "@fortawesome/fontawesome-free": "^6.4.2",
    "@lit/localize": "^0.12.2",
    "@shoelace-style/shoelace": ">=2.4.0 <3.0.0-0",
    "@webwriter/lit": "^2.0.0",
    "fa-icons": ">=0.2.0 <0.3.0-0",
    "jimp": "0.22.7",
    "leaflet": "^1.9.4",
    "lit": ">=3.0.0 <4.0.0-0"
  },
  "devDependencies": {
    "@lit/localize-tools": "^0.8.0",
    "typescript": ">=4.8.4 <5.0.0-0",
    "vite": ">=3.1.6 <4.0.0-0"
  },
  "exports": {
    "./widgets/webwriter-map.*": {
      "source": "./index.ts",
      "default": "./dist/widgets/webwriter-map.*"
    },
    "./snippets/Example-Location.html": "./snippets/Example-Location.html",
    "./package.json": "./package.json",
    "./icon": "./icon.svg",
    "./editing-config.json": "./editing-config.json",
    "./custom-elements.json": "./custom-elements.json"
  },
  "editingConfig": {
    ".": {}
  },
  "customElements": "custom-elements.json"
}
