{
  "name": "@nest-toolbox/http-logger-middleware",
  "description": "nest js http-logger-middleware",
  "version": "1.5.1",
  "author": "bogdanlupu <lupu60@gmail.com>",
  "homepage": "https://github.com/lupu60/nestjs-toolbox/tree/master/packages/http-logger-middleware#readme",
  "license": "MIT",
  "keywords": [
    "nestjs",
    "http-logger-middleware"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lupu60/nestjs-toolbox.git"
  },
  "bugs": {
    "url": "https://github.com/lupu60/nestjs-toolbox/issues"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "publicConfig": {
    "access": "public"
  },
  "main": "dist/index",
  "types": "dist/index",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "npm run clean && npm run compile",
    "clean": "rimraf -rf ./dist",
    "cleanup": "rimraf -rf dist coverage",
    "compile": "tsc -p tsconfig.build.json",
    "lint": "tslint -p tsconfig.build.json -c ../../tslint.json",
    "test": "jest --ci --config ../../jest.config.json ",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@nestjs/common": "9.2.1",
    "chalk": "4.1.2"
  },
  "devDependencies": {
    "rimraf": "3.0.2",
    "typescript": "4.9.4"
  },
  "gitHead": "3adc43d37b5f807d635b4ea7a2e7a5f1d55b2153"
}
