plugin_server / package.json
Pepguy's picture
Update package.json
6789c80 verified
raw
history blame contribute delete
465 Bytes
{
"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",
"expo-server-sdk": "3.15.0",
"@google/genai": "1.30.0",
"cors": "2.8.5",
"mediasoup": "3.16.0",
"ws": "8.18.2",
"http": "0.0.1-security"
}
}