{
  "name": "island",
  "version": "3.8.2",
  "description": "A package suite for building microservice using TypeScript.",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "author": "wokim <wonshikkim.kr@gmail.com>",
  "contributors": [
    "heycalmdown <hey.calmdown@gmail.com>"
  ],
  "scripts": {
    "prepublish": "gulp build",
    "build": "gulp build",
    "watch": "gulp build && gulp watch",
    "clean": "gulp clean",
    "test": "DEBUG=* ISLAND_USE_DEV_MODE=true ISLAND_LOGGER_LEVEL=crit gulp",
    "coverage": "gulp coverage"
  },
  "bin": {
    "diag": "dist/utils/diag-cli.js"
  },
  "dependencies": {
    "amqplib": "0.5.3",
    "bluebird": "<3.0.0",
    "cls-bluebird": "^2.0.1",
    "cls-mongoose": "^2.0.1",
    "continuation-local-storage": "^3.2.0",
    "debug": "^2.2.0",
    "deprecated-decorator": "^0.1.6",
    "dns-consul": "^1.0.0",
    "island-di": "^1.4.2",
    "island-loggers": "^1.3.0",
    "island-status-exporter": "^2.1.0",
    "jsonwebtoken": "^8.2.0",
    "lodash": "^4.16.1",
    "mongodb-uri": "0.9.7",
    "mongoose": "^4.6.1",
    "msgpack5": "^3.4.0",
    "qs": "^6.2.1",
    "redis": "^2.6.2",
    "redis-bluebird": "^1.3.0",
    "reflect-metadata": "^0.1.8",
    "restify": "^4.1.1",
    "schema-inspector": "^1.6.6",
    "socket.io": "^2.1.1",
    "source-map-support": "^0.4.2",
    "types": "^0.1.1",
    "uuid": "^3.0.1",
    "winston": "^2.2.0"
  },
  "devDependencies": {
    "@types/amqplib": "^0.5.7",
    "@types/bl": "^0.8.30",
    "@types/bluebird": "^3.5.20",
    "@types/jasmine": "^2.5.37",
    "@types/jsonwebtoken": "^7.2.0",
    "@types/lodash": "^4.14.106",
    "@types/mongodb": "^2.2.3",
    "@types/mongoose": "^4.7.15",
    "@types/msgpack5": "^3.4.0",
    "@types/node": "^8.0.3",
    "@types/qs": "^6.2.30",
    "@types/redis": "^0.12.32",
    "@types/restify": "^2.0.34",
    "@types/socket.io": "^1.4.27",
    "@types/uuid": "^2.0.29",
    "@types/winston": "^0.0.32",
    "gulp": "^4.0.0",
    "island-build": "next",
    "jasmine-spec-reporter": "^4.2.1",
    "std-mocks": "^1.0.1"
  }
}
