bare minimum: Express, 2 роута, 0 лишнего
This commit is contained in:
+2
-8
@@ -1,15 +1,9 @@
|
||||
{
|
||||
"name": "say",
|
||||
"version": "1.0.0",
|
||||
"description": "Say — голосовой ассистент Whisper + LLM",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js"
|
||||
},
|
||||
"scripts": { "start": "node server.js" },
|
||||
"dependencies": {
|
||||
"express": "^4.21.0",
|
||||
"form-data": "^4.0.0",
|
||||
"multer": "^1.4.5-lts.1",
|
||||
"node-fetch": "^2.7.0"
|
||||
"express": "^4.21.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user