From e0bb1d646c00412c0f147df292720bb95adee8a2 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Sun, 7 Apr 2024 09:58:08 +0100 Subject: Installs nodemailer --- api/package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'api/package.json') diff --git a/api/package.json b/api/package.json index ccab745..c922489 100644 --- a/api/package.json +++ b/api/package.json @@ -1,4 +1,7 @@ { "type": "commonjs", - "private": true -} \ No newline at end of file + "private": true, + "dependencies": { + "nodemailer": "^6.9.13" + } +} -- cgit v1.2.3