forked from healzer/DiscordSpeechBot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.02 KB
/
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": "discordvoice",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@discordjs/opus": "^0.4.0",
"@google-cloud/speech": "^4.2.0",
"@mapbox/node-pre-gyp": "^1.0.1",
"discord.js": "^12.5.1",
"ffmpeg-static": "^4.2.7",
"get-youtube-id": "^1.0.1",
"node-spotify-api": "^1.1.1",
"node-witai-speech": "^1.0.2",
"request": "^2.88.2",
"underscore": "^1.12.0",
"youtube-info": "^1.3.2",
"youtube-playlist": "^1.0.4",
"yt-search": "^2.7.3",
"ytdl-core": "^4.5.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"engines": {
"node": ">=12.10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/healzer/DiscordSpeechBot.git"
},
"author": "Ilja Nevolin",
"license": "ISC",
"bugs": {
"url": "https://github.com/healzer/DiscordSpeechBot/issues"
},
"homepage": "https://github.com/healzer/DiscordSpeechBot#readme"
}