summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorPuyodead1 <puyodead@proton.me>2023-01-17 09:36:24 -0500
committerPuyodead1 <puyodead@protonmail.com>2023-02-23 21:35:49 -0500
commited6c1cbd1521d750bd9ac6823851057d00987332 (patch)
treeaf6bc78237f72eb76ef90b0d50ac1caa519508c2 /package.json
parentFix gateway encoding Date objects as {} when using erlpack. Fixes NaN/NaN/NaN... (diff)
downloadserver-ed6c1cbd1521d750bd9ac6823851057d00987332.tar.xz
Start implementing smtp
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 4aef413a..eabc247e 100644
--- a/package.json
+++ b/package.json
@@ -51,6 +51,7 @@
 		"@types/node": "^18.7.20",
 		"@types/node-fetch": "^2.6.2",
 		"@types/node-os-utils": "^1.3.0",
+		"@types/nodemailer": "^6.4.7",
 		"@types/probe-image-size": "^7.2.0",
 		"@types/sharp": "^0.31.0",
 		"@types/ws": "^8.5.3",
@@ -95,6 +96,7 @@
 		"node-2fa": "^2.0.3",
 		"node-fetch": "^2.6.7",
 		"node-os-utils": "^1.3.7",
+		"nodemailer": "^6.9.0",
 		"picocolors": "^1.0.0",
 		"probe-image-size": "^7.2.3",
 		"proxy-agent": "^5.0.0",