Added the dotenv & mongoose dependency to the package.json
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user