{
  "name": "node-elkmo",
  "version": "1.3.8",
  "description": "collection of tools to implement a Mongo based app with ELK and OpenID",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "start": "tsc --watch",
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "lint": "tslint -p tsconfig.json --fix",
    "prepare": "npm run build",
    "prepublishOnly": "npm run lint",
    "preversion": "npm run lint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jsnmgpnty/node-elkmo.git"
  },
  "keywords": [],
  "author": "Jason Magpantay",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/jsnmgpnty/node-elkmo/issues"
  },
  "homepage": "https://github.com/jsnmgpnty/node-elkmo#readme",
  "devDependencies": {
    "prettier": "^1.19.1",
    "tslint": "^5.20.1",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^3.7.2"
  },
  "files": [
    "lib/**/*"
  ],
  "dependencies": {
    "@types/amqplib": "^0.5.13",
    "@types/lodash": "^4.14.149",
    "@types/mongoose": "^5.5.32",
    "@types/winston": "^2.4.4",
    "amqplib": "^0.5.5",
    "crypto": "^1.0.1",
    "dotenv": "^8.2.0",
    "lodash": "^4.17.15",
    "mongoose": "^5.7.12",
    "winston": "^3.2.1",
    "winston-logstash-ts": "^0.2.3"
  }
}
