-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
38 lines (38 loc) · 1013 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": "untitled-folder",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/builders": "^0.12.0",
"@discordjs/opus": "^0.7.0",
"@discordjs/rest": "0.3.0",
"@discordjs/voice": "^0.8.0",
"@distube/soundcloud": "^1.1.0",
"@distube/spotify": "^1.2.1",
"@dotenv/cli": "^2.2.1",
"@logdna/logger": "^2.6.1",
"@top-gg/sdk": "^3.1.3",
"cronitor": "^2.3.1",
"dblapi.js": "^2.4.1",
"discord.js": "^13.6.0",
"discord.js-collector": "^1.8.9",
"discord.js-collector-utils": "^1.5.0",
"distube": "^3.3.3",
"djs-buttons-pagination": "^1.6.2",
"dotenv": "^16.0.0",
"emojify-text": "^2.0.0",
"express": "^4.17.3",
"ffmpeg-static": "^5.0.0",
"logdna": "^3.5.3",
"mongoose": "5.11.15",
"node-fetch": "^3.2.3",
"quick.db": "^7.1.3",
"topgg-autoposter": "^2.0.1"
}
}