Files
alphacep--vosk-api/webjs/package.json
T
2026-07-13 12:45:58 +08:00

21 lines
425 B
JSON

{
"name": "vosk-js",
"version": "0.3.75",
"description": "Node binding for continuous voice recoginition through vosk-api.",
"repository": {
"type": "git",
"url": "git://github.com/alphacep/vosk-api.git"
},
"main": "index.js",
"keywords": [
"speech",
"speech recognition",
"voice"
],
"author": "Alpha Cephei Inc.",
"license": "Apache 2.0",
"engines": {
"node": ">= 12.x.x"
}
}