-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.18 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
{
"name": "ticket_bot_v14_byegehan",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.8.0",
"@discordjs/rest": "^1.5.0",
"@distube/deezer": "^1.0.0",
"@distube/soundcloud": "^1.3.0",
"@distube/spotify": "^1.5.1",
"@distube/yt-dlp": "^1.1.3",
"@distube/ytdl-core": "^4.11.10",
"chalk": "^4.1.2",
"discord-api-types": "^0.37.31",
"discord-modals": "^1.3.9",
"discord-player": "^5.4.0",
"discord.js": "^14.2.0",
"distube": "^4.0.4",
"express": "^4.18.1",
"ffmpeg-static": "^4.4.1",
"fs": "^0.0.1-security",
"glob": "^7.2.0",
"i18next": "^21.6.0",
"i18next-fs-backend": "^1.0.7",
"libsodium-wrappers": "^0.7.10",
"lodash.uniqwith": "^4.5.0",
"lyrics-finder": "^21.7.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.40",
"mongodb": "^5.0.0",
"mongoose": "^6.9.0",
"ms": "^2.1.3",
"node-recursive-directory": "^1.2.0",
"opusscript": "^0.0.8",
"path": "^0.12.7"
}
}