mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(api): email service (#50637)
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
This commit is contained in:
committed by
GitHub
parent
d206d568a4
commit
f3da82518a
@@ -4,6 +4,7 @@
|
||||
"url": "https://github.com/freeCodeCamp/freeCodeCamp/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-ses": "^3.347.1",
|
||||
"@fastify/cookie": "^8.3.0",
|
||||
"@fastify/csrf-protection": "6.3.0",
|
||||
"@fastify/middie": "8.3",
|
||||
@@ -24,6 +25,7 @@
|
||||
"mongodb": "^4.16.0",
|
||||
"nanoid": "3",
|
||||
"nodemon": "2.0.22",
|
||||
"nodemailer": "^6.9.3",
|
||||
"query-string": "^7.1.3"
|
||||
},
|
||||
"description": "The freeCodeCamp.org open-source codebase and curriculum",
|
||||
@@ -32,6 +34,7 @@
|
||||
"@types/bad-words": "^3.0.1",
|
||||
"@types/express-session": "1.17.7",
|
||||
"@types/jsonwebtoken": "^9.0.2",
|
||||
"@types/nodemailer": "^6.4.8",
|
||||
"@types/supertest": "2.0.12",
|
||||
"dotenv-cli": "7.2.1",
|
||||
"jest": "29.6.2",
|
||||
|
||||
Reference in New Issue
Block a user