diff options
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" + } +} |
