{
  "name": "@elunic/logger-nestjs",
  "version": "1.5.2",
  "description": "Provides a NestJS LoggerModule and decorators for use with @elunic/logger.",
  "main": "index.js",
  "typings": "index.d.ts",
  "types": "index.d.ts",
  "license": "MIT",
  "scripts": {
    "test": "npm run test:watch",
    "test:watch": "npm run clean && tsc-watch --onSuccess \"jasmine --config=.jasmine.json\" --preserveWatchOutput -w --noEmitOnError false",
    "test:once": "npm run clean && npm run compile && jasmine --config=.jasmine.json && npm run check",
    "test:ci": "npm run test:once",
    "e2e-test": "npm run e2e-test:watch",
    "e2e-test:watch": "npm run clean && tsc-watch --onSuccess \"jasmine --config=.jasmine.e2e.json\" --preserveWatchOutput -w --noEmitOnError false",
    "e2e-test:once": "npm run clean && npm run compile && jasmine --config=.jasmine.e2e.json",
    "e2e-test:ci": "npm run e2e-test:once",
    "compile": "tsc -p .",
    "compile:prod": "tsc -p tsconfig.prod.json",
    "clean": "rm -rf dist/",
    "check": "eslint -c .eslintrc.fix.json '{src,test}/**/*.{ts,js}'",
    "fix": "eslint -c .eslintrc.fix.json --fix '{src,test}/**/*.{ts,js}'",
    "precommit": "lint-staged"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/elunic/node-logger-nestjs.git"
  },
  "keywords": [
    "logger",
    "logging",
    "log",
    "logs",
    "elunic"
  ],
  "author": {
    "name": "William Hefter",
    "email": "wh@elunic.com"
  },
  "devDependencies": {
    "@commitlint/cli": "^18.4.3",
    "@commitlint/config-conventional": "^18.4.3",
    "@elunic/ecs-prettier": "^0.2.1",
    "@elunic/ecs-tsconfig": "^0.1.1",
    "@elunic/eslint-config-ecs": "^0.1.11",
    "@elunic/logger": "^5.1.0",
    "@nestjs/common": "^10.2.10",
    "@nestjs/core": "^10.2.10",
    "@nestjs/platform-express": "^10.2.10",
    "@nestjs/testing": "^10.2.10",
    "@types/eslint": "^7.2.6",
    "@types/jasmine": "^3.6.2",
    "@types/jasmine-expect": "^3.8.1",
    "@types/node": "^10.17.50",
    "@types/prettier": "^1.19.1",
    "@types/reflect-metadata": "^0.1.0",
    "@types/sinon": "^7.5.2",
    "@types/source-map-support": "^0.5.3",
    "@types/triple-beam": "^1.3.2",
    "@types/tsc-watch": "^4.2.0",
    "eslint": "^7.17.0",
    "husky": "^4.3.7",
    "jasmine": "^3.10.0",
    "jasmine-expect": "^5.0.0",
    "jasmine-spec-reporter": "^7.0.0",
    "lint-staged": "^10.5.3",
    "prettier": "^2.2.1",
    "reflect-metadata": "^0.1.13",
    "sinon": "^7.5.0",
    "source-map-support": "^0.5.21",
    "tsc-watch": "^4.5.0",
    "typescript": "~4.4.0"
  },
  "dependencies": {},
  "peerDependencies": {
    "@elunic/logger": ">=4.0.0 <6.0.0",
    "@nestjs/common": ">=6.0.0 <11.0.0",
    "@nestjs/core": ">=6.0.0 <11.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
