{
  "name": "clusterbuster-with-arrray",
  "version": "0.0.1-development",
  "description": "MVT map tiling server with built-in clustering and filtering",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": "https://github.com/chargetrip/clusterbuster",
  "author": "Bartol Karuza",
  "license": "MIT",
  "scripts": {
    "build": "rollup --config rollup.config.js",
    "start": "yarn build && ts-node example/express.ts",
    "babel": "babel js --out-dir dist --extensions \".ts\" --exclude \"**/__test__/*\"",
    "test": "jest",
    "semantic-release": "semantic-release"
  },
  "peerDependencies": {
    "ioredis": "^4.14.1",
    "zlib": "^1.0.5"
  },
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.9.0",
    "@babel/plugin-transform-typescript": "^7.9.4",
    "@babel/preset-env": "^7.9.5",
    "@babel/preset-typescript": "^7.9.0",
    "@types/ioredis": "^4.14.9",
    "@types/lru-cache": "^4.1.0",
    "@types/node": "^12.12.36",
    "@types/pg": "^7.14.3",
    "@types/sha1": "^1.1.1",
    "dotenv": "^8.2.0",
    "express": "^4.17.1",
    "ioredis": "^4.16.2",
    "jest": "^24.9.0",
    "lru-cache": "^5.1.1",
    "pg": "^8.4.1",
    "rollup": "^2.6.1",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-dts": "^1.4.0",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-run": "^1.1.0",
    "semantic-release": "^15.14.0",
    "semantic-release-slack-bot": "^1.6.1",
    "sha1": "^1.1.1",
    "ts-node": "^8.8.2",
    "typescript": "^4.0.3",
    "uuid": "^3.4.0",
    "zlib": "^1.0.5"
  },
  "release": {
    "branch": "master",
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/github",
      "@semantic-release/npm",
      "@semantic-release/release-notes-generator",
      [
        "semantic-release-slack-bot",
        {
          "notifyOnSuccess": false,
          "notifyOnFail": true
        }
      ]
    ]
  }
}
