Added nodemailer dependencies

This commit is contained in:
Nicolai Ort 2021-03-02 16:18:06 +01:00
parent a84500ca1b
commit 87d7175f96
1 changed files with 3 additions and 1 deletions

View File

@ -49,6 +49,7 @@
"handlebars": "^4.7.6",
"i18next": "^19.8.7",
"i18next-fs-backend": "^1.0.8",
"nodemailer": "^6.5.0",
"reflect-metadata": "^0.1.13",
"routing-controllers": "0.9.0-alpha.6",
"routing-controllers-openapi": "2.2.0"
@ -57,6 +58,7 @@
"@odit/license-exporter": "^0.0.10",
"@types/express": "^4.17.11",
"@types/node": "^14.14.22",
"@types/nodemailer": "^6.4.0",
"cp-cli": "^2.0.0",
"nodemon": "^2.0.7",
"release-it": "^14.2.2",
@ -78,4 +80,4 @@
"publish": false
}
}
}
}