{
  "name": "nestjs-pino-logger",
  "version": "0.1.0",
  "description": "A NestJS logger utilizing pino",
  "main": "dist",
  "types": "dist",
  "repository": "https://github.com/jtmthf/nestjs-pino-logger.git",
  "author": "Jack Moore <jtmthf@mst.edu>",
  "license": "MIT",
  "files": [
    "dist"
  ],
  "scripts": {
    "clean": "rimraf dist",
    "build": "tsc -p tsconfig.build.json",
    "test": "jest",
    "prepublishOnly": "yarn clean && yarn build"
  },
  "peerDependencies": {
    "@nestjs/common": "^6.0.0",
    "@nestjs/core": "^6.0.0",
    "pino": "^5.11.3"
  },
  "devDependencies": {
    "@nestjs/common": "^6.5.3",
    "@nestjs/core": "^6.5.3",
    "@nestjs/testing": "^6.5.3",
    "@types/jest": "^24.0.15",
    "@types/pino": "^5.8.8",
    "@types/pino-http": "^4.0.2",
    "jest": "^24.8.0",
    "pino": "^5.13.1",
    "pino-http": "^4.2.0",
    "pino-pretty": "^3.2.0",
    "prettier": "^1.18.2",
    "reflect-metadata": "^0.1.13",
    "rimraf": "^2.6.3",
    "rxjs": "^6.5.2",
    "ts-jest": "^24.0.2",
    "typescript": "^3.5.3"
  },
  "dependencies": {
    "tslib": "^1.10.0"
  },
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node"
  }
}
