diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-04-07 09:58:08 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-04-07 09:58:08 +0100 |
| commit | e0bb1d646c00412c0f147df292720bb95adee8a2 (patch) | |
| tree | 51b73f1a5284bec51922c23e2a2281086d989149 /api/package.json | |
| parent | 976891b10bb21230ba96c9939c4ec5444084dabd (diff) | |
Installs nodemailer
Diffstat (limited to 'api/package.json')
| -rw-r--r-- | api/package.json | 7 |
1 files changed, 5 insertions, 2 deletions
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" + } +} |
