-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1020 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": "discord-speech-to-text",
"version": "1.1.5",
"description": "A speech to text module for the discord voice implementation",
"main": "transcriber.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "ShadowLp174",
"license": "ISC",
"keywords": [
"stt",
"speech-to-text",
"discord-bot",
"voice",
"music",
"music-bot",
"witai",
"wit-ai",
"voice-commands",
"discord.js",
"speech-recognition",
"natural-language-processing"
],
"dependencies": {
"@discordjs/voice": "^0.8.0",
"node-witai-speech": "^1.0.2",
"prism-media": "^1.3.2",
"request": "^2.88.2",
"underscore": "^1.13.2",
"util": "^0.12.4"
},
"repository": {
"type": "git",
"url": "https://github.com/shadowlp174/discord-stt.git"
},
"homepage": "https://github.com/shadowlp174/discord-stt",
"bugs": {
"url" : "https://github.com/shadowlp174/discord-stt/issues",
"email" : "[email protected]"
}
}