Create package.json
Browse files- package.json +11 -0
package.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dependencies": {
|
| 3 |
+
"body-parser": "^1.20.2",
|
| 4 |
+
"cors": "^2.8.5",
|
| 5 |
+
"cross-fetch": "^3.1.5",
|
| 6 |
+
"eventsource-parser": "^0.1.0",
|
| 7 |
+
"express": "^4.18.2",
|
| 8 |
+
"multer": "^1.4.5-lts.1",
|
| 9 |
+
"tencentcloud-sdk-nodejs": "^4.0.567"
|
| 10 |
+
}
|
| 11 |
+
}
|