-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 973 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
42
{
"name": "@solyarisoftware/voskjs",
"version": "0.5.0",
"description": "Vosk ASR engine transcript API for NodeJs developers.",
"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.25",
"vosk-js": "^0.3.0",
"wav": "^1.0.2"
},
"devDependencies": {},
"bin": {
"voskjs": "./voskjs.js",
"voskjshttp": "./examples/httpServer.js"
},
"keywords": [
"Vosk",
"Vosk-API",
"Speech Recognition",
"Speech to Text",
"ASR",
"offline",
"nodeJs"
]
}