24 lines
474 B
JSON
24 lines
474 B
JSON
{
|
|
"name": "backend",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^1.13.2",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^17.2.3",
|
|
"express": "^5.2.1",
|
|
"livekit-server-sdk": "^2.15.0",
|
|
"multer": "^2.0.2",
|
|
"pg": "^8.16.3",
|
|
"redis": "^5.10.0",
|
|
"socket.io": "^4.8.3"
|
|
}
|
|
}
|