Remove deprecated, and add in types and loggin

This commit is contained in:
2020-12-05 10:42:55 +05:30
parent b4444c68e2
commit 4f9ee6ba1c
2 changed files with 111 additions and 6 deletions

View File

@@ -11,7 +11,7 @@
"type": "git",
"url": "git+https://github.com/chrisvrose/nodejs-fm.git"
},
"prettier":{
"prettier": {
"tabWidth": 4,
"semi": true
},
@@ -31,9 +31,12 @@
"connect-busboy": "0.0.2",
"express": "^4.17.1",
"jquery": "^3.5.1",
"mocha": "^6.2.3"
"mocha": "^6.2.3",
"morgan": "^1.10.0"
},
"devDependencies": {
"@types/express": "^4.17.9",
"@types/node": "^14.14.10",
"chai": "^4.2.0",
"chai-http": "^4.3.0"
}