feat: implement audio token generation and update streaming endpoints
All checks were successful
Build and Push Docker Image / docker (push) Successful in 21s
All checks were successful
Build and Push Docker Image / docker (push) Successful in 21s
This commit is contained in:
11
package.json
11
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user