Added the nodemailer dependency to the package.json

This commit is contained in:
Mathias Wagner 2023-01-15 15:55:16 +01:00
parent 915ebc353a
commit 4afaa8ae32
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44
2 changed files with 1710 additions and 1691 deletions

View File

@ -16,11 +16,13 @@
"express": "^4.18.2", "express": "^4.18.2",
"joi": "^17.7.0", "joi": "^17.7.0",
"mongoose": "^6.8.3", "mongoose": "^6.8.3",
"mongoose-encryption": "^2.1.2" "mongoose-encryption": "^2.1.2",
"nodemailer": "^6.9.0"
}, },
"devDependencies": { "devDependencies": {
"@types/express": "^4.17.15", "@types/express": "^4.17.15",
"@types/node": "^18.11.18", "@types/node": "^18.11.18",
"@types/nodemailer": "^6.4.7",
"@typescript-eslint/eslint-plugin": "^5.48.1", "@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1", "@typescript-eslint/parser": "^5.48.1",
"eslint": "^8.31.0", "eslint": "^8.31.0",

3397
yarn.lock

File diff suppressed because it is too large Load Diff