-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.01 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.01 KB
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
{
"name": "Perplex",
"version": "1.0.0",
"description": "",
"main": "src/bot.js",
"engines": {
"npm": ">=8.15.0",
"node": ">=16.9.0"
},
"scripts": {
"start": "node ."
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.8.0",
"@discordjs/rest": "^1.0.1",
"@discordjs/voice": "^0.11.0",
"@distube/soundcloud": "^1.2.1",
"@distube/spotify": "^1.3.2",
"@iamtraction/google-translate": "^1.1.2",
"@miudiscord/together": "^1.0.3",
"ascii-table": "^0.0.9",
"canvacord": "^5.4.2",
"captcha-canvas": "^3.1.0",
"chalk": "^4.1.2",
"discord-api-types": "^0.36.3",
"discord-player": "^5.2.2",
"discord-together": "^1.3.3",
"discord.js": "^14.0.3",
"distube": "^4.0.3",
"dotenv": "^16.0.1",
"ffmpeg-static": "^4.4.1",
"figlet": "^1.5.2",
"libsodium-wrappers": "^0.7.10",
"mongoose": "^6.4.6",
"random-puppy": "^1.1.0",
"yt-search": "^2.10.3",
"ytdl-core": "^4.11.0"
}
}