Node.js rewrite: Express + микросервисная архитектура
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "say",
|
||||
"version": "1.0.0",
|
||||
"description": "Say — голосовой ассистент Whisper + LLM",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"start": "node src/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^4.21.0",
|
||||
"multer": "^1.4.5-lts.1",
|
||||
"node-fetch": "^2.7.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user