summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorRaphael Kabo <raphaelkabo@hey.com>2023-10-07 12:58:08 +0100
committerRaphael Kabo <raphaelkabo@hey.com>2023-10-07 14:32:19 +0100
commit9341659fd7a791d77454dd33743e42d952dbd202 (patch)
tree03ec79a17b9402e5634a17592bf4b89a400c47c0 /package.json
parent36f8522d5432a389970610c5eeece85efd9d324a (diff)
Add multer
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index bacccca..aa6a445 100644
--- a/package.json
+++ b/package.json
@@ -32,6 +32,7 @@
"marked": "^9.1.0",
"moment-timezone": "^0.5.43",
"mongoose": "^5.13.20",
+ "multer": "1.4.5-lts.1",
"nanoid": "^3.3.6",
"niceware": "^3.0.0",
"node-schedule": "^1.3.3",
@@ -44,7 +45,9 @@
},
"devDependencies": {
"@types/express": "^4.17.18",
+ "@types/multer": "^1.4.8",
"@types/node": "^20.8.2",
+ "@types/nodemailer": "^6.4.11",
"cypress": "^13.3.0",
"eslint": "^8.50.0",
"nodemon": "^2.0.22",