fix: README + engines + description как у ipwhitelist

This commit is contained in:
2026-06-01 05:05:57 +03:00
parent 14322799f6
commit 51a758fd21
3 changed files with 9 additions and 1 deletions
+2
View File
@@ -1,7 +1,9 @@
{
"name": "say",
"version": "1.0.0",
"description": "Voice assistant: mic → Whisper STT → LLM response",
"main": "server.js",
"engines": { "node": ">=16" },
"scripts": { "start": "node server.js" },
"dependencies": {}
}