Node.js rewrite: Express + микросервисная архитектура

This commit is contained in:
2026-05-31 17:19:53 +03:00
parent 9205492d01
commit d6adb59d4a
20 changed files with 375 additions and 540 deletions
+14
View File
@@ -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"
}
}