Added the express dependency & the express types to the package.json

This commit is contained in:
2022-09-06 19:53:35 +02:00
parent 8fbf1fefa4
commit 4412c90db9
2 changed files with 848 additions and 397 deletions

View File

@ -12,11 +12,13 @@
},
"dependencies": {
"dotenv": "^16.0.2",
"express": "^4.18.1",
"mongoose": "^6.5.4",
"ts-node": "^10.9.1",
"typescript": "^4.8.2"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "^18.7.15",
"nodemon": "^2.0.19"
}