Added the dotenv & mongoose dependency to the package.json

This commit is contained in:
2022-09-06 17:50:44 +02:00
parent ef00332877
commit c2b0b8ab61
2 changed files with 191 additions and 1 deletions

View File

@ -5,5 +5,9 @@
"main": "app.js",
"repository": "https://github.com/SheepstarStudio/Backend.git",
"author": "SheepstarStudio",
"private": true
"private": true,
"dependencies": {
"dotenv": "^16.0.2",
"mongoose": "^6.5.4"
}
}