build: add pino dependency in package json

This commit is contained in:
caturbgs
2021-12-14 16:04:31 +07:00
parent 04fd5c571f
commit e07503e70a
2 changed files with 98 additions and 14 deletions

View File

@@ -10,8 +10,8 @@
"build": "nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "nest start",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"start:dev": "nest start --watch | pino-pretty",
"start:debug": "nest start --debug --watch | pino-pretty",
"start:prod": "node dist/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"test": "jest",
@@ -42,7 +42,9 @@
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"pg": "^8.7.1",
"pino": "^7.5.1",
"pino-http": "^6.3.0",
"pino-pretty": "^7.3.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^7.2.0",