feat: implement audio token generation and update streaming endpoints
All checks were successful
Build and Push Docker Image / docker (push) Successful in 21s

This commit is contained in:
2025-09-04 22:10:27 +02:00
parent 8c5ca0044f
commit 10a992c048
4 changed files with 180 additions and 48 deletions

View File

@@ -18,19 +18,20 @@
},
"dependencies": {
"express": "^4.19.2",
"lru-cache": "^11.0.0",
"mime": "^3.0.0",
"music-metadata": "^7.14.0",
"socket.io": "^4.7.5",
"undici": "^6.19.8",
"uuid": "^9.0.1",
"socket.io": "^4.7.5"
"uuid": "^9.0.1"
},
"devDependencies": {
"nodemon": "^3.1.0",
"eslint": "^9.11.1",
"@eslint/js": "^9.11.1",
"globals": "^13.24.0",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"globals": "^13.24.0",
"nodemon": "^3.1.0",
"prettier": "^3.3.3"
}
}