Files
getting-started/nodejs/logging-file/package.json
Olaoluwa Ajibade 126fa44d97 Adding NodeJs Logging CodeExamples (#199)
* Adding NodeJs Logging CodeExamples

* Adding NodeJs Logging CodeExamples
2022-07-25 09:51:25 +10:00

18 lines
344 B
JSON

{
"name": "logging-file",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.1",
"winston": "^3.8.1",
"winston-daily-rotate-file": "^4.7.1"
}
}