-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 936 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
{
"name": "coquisttjs",
"description": "Coqui STT runtime transcript NodeJs client, including server usage examples.",
"version": "0.1.0",
"main": "stt.js",
"scripts": {
"test": "tests/testPerformances.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/solyarisoftware/CoquiSttJs.git"
},
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.5",
"stt": "^0.10.0-alpha.6"
},
"keywords": [
"Coqui STT",
"DeepSpeech",
"Speech Recognition",
"Speech to Text",
"STT",
"ASR",
"offline",
"nodeJs"
],
"author": {
"name": "Giorgio Robino",
"email": "giorgio.robino@gmail.com",
"url": "https://convcomp.it"
},
"bin": {
"coquihttp": "./examples/coquihttp.js"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/solyarisoftware/CoquiSttJs/issues"
},
"homepage": "https://github.com/solyarisoftware/CoquiSttJs#readme"
}