Spaces:
Sleeping
Sleeping
Delete package.json
Browse files- package.json +0 -24
package.json
DELETED
|
@@ -1,24 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"name": "hf-node-app",
|
| 3 |
-
"version": "1.0.0",
|
| 4 |
-
"description": "A simple Express server for Hugging Face Spaces",
|
| 5 |
-
"main": "app.js",
|
| 6 |
-
"scripts": {
|
| 7 |
-
"start": "node all"
|
| 8 |
-
},
|
| 9 |
-
"author": "",
|
| 10 |
-
"license": "MIT",
|
| 11 |
-
"dependencies": {
|
| 12 |
-
"body-parser": "^1.19.0",
|
| 13 |
-
"express": "5.2.1",
|
| 14 |
-
"expo-server-sdk": "3.15.0",
|
| 15 |
-
"@google/genai": "1.33.0",
|
| 16 |
-
"cors": "2.8.5",
|
| 17 |
-
"mime": "4.1.0",
|
| 18 |
-
"mediasoup": "3.16.0",
|
| 19 |
-
"ws": "8.18.2",
|
| 20 |
-
"http": "0.0.1-security",
|
| 21 |
-
"firebase-admin": "13.6.0",
|
| 22 |
-
"dotenv": "17.2.3"
|
| 23 |
-
}
|
| 24 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|