ai_plugin_server / package.json
everydaycats's picture
Update package.json
418f60d verified
raw
history blame
504 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",
"cors": "2.8.5",
"uuid": "13.0.0",
"axios": "1.13.2",
"jsonwebtoken": "9.0.3",
"ws": "8.18.2",
"http": "0.0.1-security",
"firebase-admin": "13.6.0",
"dotenv": "17.2.3"
}
}