Added winston for logging

This commit is contained in:
Esther
2020-06-22 21:46:41 +01:00
parent 3b514b2e10
commit 041377a977
4 changed files with 218 additions and 7 deletions

View File

@@ -3,19 +3,18 @@
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx nodemon ./bin/www"
},
"dependencies": {
"app-root-path": "^3.0.0",
"cookie-parser": "1.4.4",
"debug": "4.1.1",
"express": "4.17.1",
"http-errors": "1.7.3",
"morgan": "1.10.0",
"node-sass-middleware": "0.11.0",
"pug": "3.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx nodemon ./bin/www"
"pug": "3.0.0",
"winston": "^3.3.2"
}
}