Chapter 13: initial samples
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "express-pino-app",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "node server.js"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"express": "^4.17.1",
|
||||
"express-pino-logger": "^5.0.0",
|
||||
"pino": "^6.3.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user