Added mongoose dependency

This commit is contained in:
2020-06-03 00:18:04 +02:00
committed by KevinMidboe
parent 06b01e5a3a
commit 7fd5a5b049
2 changed files with 192 additions and 3 deletions

View File

@@ -7,6 +7,7 @@
"start": "node src/index.js"
},
"dependencies": {
"mongoose": "^5.9.17",
"nodemailer": "^6.4.6",
"puppeteer": "^3.0.4"
}