{
  "name": "@hpcc-js/deck-shim",
  "version": "2.3.1",
  "description": "hpcc-js - deck.gl 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": {
    "@deck.gl/core": "7.1.7",
    "@deck.gl/layers": "7.1.7",
    "@hpcc-js/bundle": "^2.10.5",
    "mapbox-gl": "1.1.0"
  },
  "devDependencies": {
    "npm-run-all": "4.1.5",
    "rimraf": "2.6.3",
    "tslib": "1.10.0",
    "tslint": "5.17.0",
    "typescript": "3.6.4",
    "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"
}
