{
  "name": "@nextgis/ngw-maplibre-gl",
  "_priority": 10,
  "version": "4.0.0",
  "description": "Browser bundle for rapid deployment of Maplibre GL JS based web-gis applications with NextGIS services",
  "main": "lib/ngw-maplibre-gl.global.prod.js",
  "module": "lib/ngw-maplibre-gl.esm-bundler.js",
  "unpkg": "lib/ngw-maplibre-gl.global.prod.js",
  "jsdelivr": "lib/ngw-maplibre-gl.global.prod.js",
  "types": "lib/index.d.ts",
  "dependencies": {
    "@nextgis/maplibre-gl-map-adapter": "4.0.0",
    "@nextgis/ngw-map": "4.0.0"
  },
  "devDependencies": {
    "@nextgis/build-tools": "4.0.0"
  },
  "buildOptions": {
    "name": "NgwMaplibreGL",
    "injectCss": true,
    "assets": [
      "../../node_modules/maplibre-gl/dist/maplibre-gl-worker.mjs",
      "../../node_modules/maplibre-gl/dist/maplibre-gl-shared.mjs"
    ],
    "formats": [
      "esm-bundler",
      "esm-browser",
      "global"
    ]
  },
  "scripts": {
    "clean": "rimraf ./lib",
    "dev": "node ../build-tools/lib/build.js",
    "prod": "npm run dev -- --release",
    "lint": "eslint ./src/**/*.ts --fix --c ../../.eslintrc",
    "watch": "npm run dev -- --watch"
  },
  "keywords": [
    "NextGIS",
    "MAP"
  ],
  "author": "NextGIS",
  "files": [
    "index.js",
    "lib"
  ],
  "license": "MIT",
  "homepage": "https://github.com/nextgis/nextgis_frontend/tree/master/packages/ngw-maplibre-gl#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nextgis/nextgis_frontend.git"
  },
  "bugs": {
    "url": "https://github.com/nextgis/nextgis_frontend/issues"
  },
  "gitHead": "1e24fc57765eb2d40d30f95d456a4b8e26577cfb"
}
