aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index 45ff92a..e0a656c 100644
--- a/package.json
+++ b/package.json
@@ -4,6 +4,7 @@
"csurf": "^1.11.0",
"ejs": "^3.1.6",
"express": "^4.17.2",
+ "express-fileupload": "^1.3.1",
"express-rate-limit": "^6.2.1",
"express-slow-down": "^1.4.0",
"helmet": "^5.0.2"
@@ -12,6 +13,7 @@
"@types/cookie-parser": "^1.4.2",
"@types/csurf": "^1.11.2",
"@types/express": "^4.17.13",
+ "@types/express-fileupload": "^1.2.2",
"@types/express-slow-down": "^1.3.2",
"@types/node": "^17.0.17",
"@typescript-eslint/eslint-plugin": "^5.11.0",
@@ -43,4 +45,4 @@
"repository": "https: //github.com/RosstheRoss/4951w-pendulum",
"license": "MIT",
"private": true
-} \ No newline at end of file
+}