Spaces:
Runtime error
Runtime error
fighter-programmer
commited on
Commit
•
e2f3e36
1
Parent(s):
1332f1a
Update package.json
Browse files- package.json +2 -0
package.json
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
{
|
2 |
"dependencies": {
|
3 |
"express": "^4.18.2",
|
|
|
|
|
4 |
"file-type": "^16.5.4"
|
5 |
}
|
6 |
}
|
|
|
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 |
}
|