项目文件夹

文件
T
Nickolay Shmyrev 1b8332a609 Raise to 0.3.17
2021-01-09 02:29:56 +01:00

25 行
502 B
JSON

{
"name": "vosk",
"version": "0.3.17",
"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": ">= 10.x.x"
},
"dependencies": {
"node-gyp": "^5.1.1",
"wav": "^1.0.2"
}
}