-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
41 lines (41 loc) · 952 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "@solyarisoftware/voskjs",
"version": "1.2.8",
"description": "NodeJs developers API for Vosk-api speech-to-text engine.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/solyarisoftware/voskJs.git"
},
"author": {
"name": "Giorgio Robino",
"email": "[email protected]",
"url": "https://convcomp.it"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://github.com/solyarisoftware/voskJs#readme",
"bugs": {
"url": "https://github.com/solyarisoftware/voskJs/issues"
},
"license": "MIT",
"dependencies": {
"vosk": "^0.3.30",
"wav": "^1.0.2"
},
"devDependencies": {},
"bin": {
"voskjs": "./voskjs.js",
"voskjshttp": "./examples/voskjshttp.js"
},
"keywords": [
"Vosk",
"Vosk-API",
"Speech Recognition",
"Speech to Text",
"ASR",
"offline",
"nodeJs"
]
}