SaengChu2 commited on
Commit
8c4e899
·
verified ·
1 Parent(s): 7f7055d

Update package.json

Browse files
Files changed (1) hide show
  1. package.json +8 -7
package.json CHANGED
@@ -1,8 +1,9 @@
1
  {
2
- "dependencies": {
3
- "express": "^4.18.2",
4
- "cors": "^2.8.5",
5
- "multer": "^1.4.5-lts.1",
6
- "file-type": "^16.5.4"
7
- }
8
- }
 
 
1
  {
2
+ "dependencies": {
3
+ "archiver": "^7.0.1",
4
+ "cors": "^2.8.5",
5
+ "express": "^4.18.2",
6
+ "file-type": "^16.5.4",
7
+ "multer": "^1.4.5-lts.1"
8
+ }
9
+ }