-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
38 lines (38 loc) · 888 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
{
"name": "musicon",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "mkpanda",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.5.0",
"@top-gg/sdk": "^3.0.9",
"date-fns": "^2.19.0",
"dblapi.js": "^2.4.1",
"discord-buttons": "^2.4.1",
"discord.js": "^12.5.3",
"distube": "^2.8.13",
"dotenv": "^10.0.0",
"ffmpeg-static": "^4.3.0",
"module-alias": "^2.2.2",
"moment": "^2.27.0",
"ms": "^2.1.2",
"node-fetch": "^2.6.1",
"node-superfetch": "^0.1.10",
"normalize-url": "^6.0.1",
"tar": "^6.1.11",
"ytdl-core": "^4.8.3"
},
"_moduleAliases": {
"@root": ".",
"@util": "./util",
"@schemas": "./schemas",
"@commands": "./commands",
"@events": "./events",
"@conf": "./conf"
}
}