diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index add69c2..bc1968f 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "cookie-parser": "^1.4.6", "ejs": "^3.1.8", "express": "^4.18.1", - "multer": "^1.4.4" + "multer": "^1.4.4", + "superagent": "^7.1.3" } } |