{
  "name": "@hpcc-js/leaflet-shim",
  "version": "2.1.2",
  "description": "hpcc-js - leaflet shim",
  "main": "dist/index.js",
  "unpkg": "dist/index.min.js",
  "jsdelivr": "dist/index.min.js",
  "types": "types/index.d.ts",
  "files": [
    "dist/*",
    "types/*",
    "src/*.css"
  ],
  "scripts": {
    "clean": "rimraf lib* types dist *.tsbuildinfo",
    "compile-es6": "tsc --module es6 --outDir ./lib-es6",
    "compile-es6-watch": "npm run compile-es6 -- -w",
    "compile-umd": "tsc --module umd --outDir ./lib-umd",
    "bundle": "webpack",
    "bundle-watch": "npm run bundle -- -w",
    "build": "npm run compile-es6 && npm run bundle",
    "watch": "run-p compile-es6-watch bundle-watch",
    "lint": "tslint --project . src/**/*.ts"
  },
  "dependencies": {
    "@types/leaflet": "1.5.1",
    "leaflet": "1.5.1",
    "leaflet.gridlayer.googlemutant": "GordonSmith/Leaflet.GridLayer.GoogleMutant#master"
  },
  "devDependencies": {
    "@types/leaflet-draw": "1.0.0",
    "@types/leaflet.heat": "0.2.0",
    "@types/leaflet.markercluster": "1.4.0",
    "leaflet-draw": "1.0.4",
    "leaflet.heat": "0.2.0",
    "leaflet.markercluster": "1.4.1",
    "npm-run-all": "4.1.5",
    "rimraf": "2.6.3",
    "tslib": "1.10.0",
    "tslint": "5.17.0",
    "typescript": "3.6.4",
    "url-loader": "2.0.0",
    "webpack": "4.34.0",
    "webpack-cli": "3.3.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hpcc-systems/Visualization.git"
  },
  "author": "Gordon Smith <gordonjsmith@gmail.com>",
  "contributors": [],
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/hpcc-systems/Visualization/issues"
  },
  "homepage": "https://github.com/hpcc-systems/Visualization",
  "gitHead": "90532e4914f063f90c74dbb392c074f783440017"
}
