-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.61 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "main",
"version": "1.0.0",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tinoisthe/Discord-bot.git"
},
"keywords": [],
"author": "Tino",
"license": "ISC",
"bugs": {
"url": "https://github.com/Tinoisthe/Discord-bot-/issues"
},
"homepage": "https://github.com/Tinoisthe/Discord-bot-#readme",
"dependencies": {
"@discordjs/builders": "^0.6.0",
"@discordjs/opus": "^0.5.3",
"@discordjs/rest": "^0.1.0-canary.0",
"@discordjs/voice": "^0.7.5",
"@distube/soundcloud": "^1.0.0",
"@distube/spotify": "^1.0.0",
"@distube/youtube-dl": "^2.2.4",
"@koenie06/discord.js-music": "^1.2.9",
"canvas": "^2.8.0",
"discord-api-types": "^0.24.0",
"discord-player": "^5.1.0",
"discord-prefix": "^3.0.0",
"discord.js": "^12.5.3",
"discord.js-commando": "^0.12.3",
"distube": "^3.0.1",
"dotenv": "^8.2.0",
"dotenv-flow": "^3.2.0",
"erela.js-filters": "^1.2.5",
"express": "^4.17.1",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^4.4.0",
"fs": "^0.0.1-security",
"fs-readdir-recursive": "^1.1.0",
"genius-lyrics": "^4.3.4",
"lyrics-finder": "^21.7.0",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"mongoose": "^6.0.13",
"ms": "^2.0.0",
"opusscript": "^0.0.8",
"react-scripts": "^1.1.5",
"wokcommands": "^1.5.3",
"yt-search": "^2.10.1",
"ytdl-core": "^4.9.1"
},
"description": "",
"devDependencies": {
"electron": "^13.0.1"
}
}