-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.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": "spindoctor",
"version": "0.0.8",
"type": "module",
"description": "An Open Source Combadge Server",
"keywords": [
"Communications Badge",
"Combadge",
"Voice Server",
"Voice Assistant",
"Voice Agent"
],
"main": "combadged.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Combadge/Spindoctor.git"
},
"author": {
"name": "Gray",
"email": "[email protected]",
"url": "https://github.com/mo-g"
},
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/Combadge/Spindoctor/issues"
},
"homepage": "https://github.com/Combadge/Spindoctor#readme",
"dependencies": {
"alawmulaw": "^6.0.0",
"express": "^4.18.2",
"node-vad": "^1.1.4",
"stt": "^1.4.0",
"tonegenerator": "^0.3.2",
"wav": "^1.0.2",
"wave-resampler": "^1.0.0"
}
}