{
  "name": "ht-utility",
  "version": "0.2.2",
  "description": "HyperTrack utils library",
  "main": "dist/ht-utility_browser.js",
  "module": "dist/ht-utility.es5.js",
  "typings": "dist/types/ht-utility.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rimraf dist && webpack --config webpack.config.js",
    "lib": "tsc && tsc --module commonjs --outDir dist/lib && rollup -c rollup.config.ts && typedoc --out dist/docs --target es6 --theme minimal --mode file src",
    "version": "npm run lib",
    "start": "tsc -w & rollup -c rollup.config.ts -w",
    "wbuild": "webpack -w --config webpack.config.bundle.js",
    "prepack": "npm run lib"
  },
  "sideEffects": false,
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@types/underscore": "^1.8.6",
    "date-fns": "^1.29.0",
    "jstz": "^2.0.0",
    "polyline-encoded": "0.0.8"
  },
  "devDependencies": {
    "@types/leaflet": "^1.0.63",
    "ht-models": "^0.1.1",
    "rollup": "^0.56.5",
    "underscore": "^1.8.3",
    "webpack-bundle-analyzer": "^2.8.3"
  },
  "peerDependencies": {
    "moment-mini": "^2.18.x",
    "underscore": "^1.8.3"
  }
}
