{
  "name": "@nextgis/ngw-leaflet",
  "_priority": 10,
  "version": "4.0.0-alpha.2",
  "description": "Single-file bundle for rapid deployment of Leaflet-based web-gis applications with NextGIS services",
  "main": "lib/ngw-leaflet.global.prod.js",
  "module": "lib/ngw-leaflet.esm-bundler.js",
  "unpkg": "lib/ngw-leaflet.global.prod.js",
  "jsdelivr": "lib/ngw-leaflet.global.prod.js",
  "types": "lib/index.d.ts",
  "dependencies": {
    "@nextgis/leaflet-map-adapter": "4.0.0-alpha.2",
    "@nextgis/ngw-map": "4.0.0-alpha.2",
    "leaflet.wms": "*"
  },
  "devDependencies": {
    "@nextgis/build-tools": "3.0.0"
  },
  "buildOptions": {
    "name": "NgwLeaflet",
    "injectCss": true,
    "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-leaflet#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nextgis/nextgis_frontend.git"
  },
  "bugs": {
    "url": "https://github.com/nextgis/nextgis_frontend/issues"
  },
  "gitHead": "09ecc9bb14896f411c589f0139a7dcb6304d9b8c"
}
