项目文件夹

文件
T
Nickolay Shmyrev 800d3d7089 Bump version
2022-12-14 17:38:53 +01:00

21 行
425 B
JSON

{
"name": "vosk-js",
"version": "0.3.45",
"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"
}
}