Spaces:
Running
Running
File size: 380 Bytes
484685a ce9c49d 2e010a2 d73b033 177abdd 484685a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
{
"name": "hf-node-app",
"version": "1.0.0",
"description": "A simple Express server for Hugging Face Spaces",
"main": "app.js",
"scripts": {
"start": "node all"
},
"author": "",
"license": "MIT",
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"mediasoup": "3.16.0",
"ws": "8.18.2",
"http": "0.0.1-security"
}
}
|