项目文件夹

文件
T
Nickolay Shmyrev 948c8c7cfd Update to 0.3.21
2021-02-12 10:13:50 +01:00

26 行
528 B
JSON

{
"name": "vosk",
"version": "0.3.21",
"description": "Node binding for continuous offline voice recoginition with Vosk library.",
"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"
},
"dependencies": {
"ffi-napi": "^3.1.0",
"ref-napi": "^3.0.0",
"wav": "^1.0.2"
}
}