forked from inevolin/DiscordEarsBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 875 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
{
"name": "ears",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"engines": {
"node": ">=12.x"
},
"author": "Ilja Nevolin",
"repository": {
"type": "git",
"url": "git+https://github.com/healzer/DiscordEarsBot.git"
},
"bugs": {
"url": "https://github.com/healzer/DiscordEarsBot/issues"
},
"homepage": "https://github.com/healzer/DiscordEarsBot#readme",
"license": "ISC",
"dependencies": {
"@discordjs/node-pre-gyp": "^0.4.5",
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.16.1",
"@google-cloud/speech": "^6.1.0",
"discord.js": "^14.14.1",
"node-witai-speech": "^1.0.2",
"opusscript": "^0.0.8",
"request": "^2.88.2",
"underscore": "^1.13.6",
"vosk": "^0.3.39"
}
}