fix: README + engines + description как у ipwhitelist
This commit is contained in:
@@ -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": {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user