diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 65234cb..51a4c20 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "dotenv-safe": "^8.2.0", "express": "^4.17.3", "jsonwebtoken": "^9.0.1", - "mongoose": "^6.3.1" + "mongoose": "^6.3.1", + "nodemailer": "^6.9.4" } } |