{
  "name": "@qest/logger-utils",
  "version": "0.1.7",
  "description": "",
  "scripts": {
    "prettier:run": "prettier --write \"src/**/*.ts\"",
    "prettier:check": "prettier -l \"src/**/*.ts\"",
    "tslint:run": "tslint --fix -c tslint.json -p .",
    "tslint": "tslint -c tslint.json -p .",
    "typecheck": "tsc --project ./tsconfig.json --noEmit",
    "build": "rimraf dist && tsc",
    "devel": "watch \"yarn build\" ./src"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "keywords": [],
  "author": "QEST",
  "repository": {
    "type": "git",
    "url": "https://github.com/qest-cz/logger-utils"
  },
  "license": "MIT",
  "dependencies": {
    "@sentry/node": "^6.2.5",
    "bunyan": "^1.8.15",
    "pino": "^8.4.0",
    "pino-multi-stream": "^6.0.0",
    "raven": "^2.6.4"
  },
  "devDependencies": {
    "@types/bunyan": "^1.8.8",
    "@types/node": "^14.14.37",
    "@types/pino-http": "^5.4.0",
    "@types/pino-multi-stream": "^5.1.3",
    "prettier": "^2.7.1",
    "rimraf": "^3.0.2",
    "ts-node": "^9.1.1",
    "tslint": "^5.20.1",
    "tslint-config-airbnb": "^5.11.2",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.2.3",
    "watch": "^1.0.2"
  }
}
