-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.16 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
{
"name": "Serenity",
"type": "commonjs",
"version": "1.0.0",
"description": "",
"main": "bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@iamtraction/google-translate": "^1.1.2",
"ascii-table": "^0.0.9",
"buffer": "^6.0.3",
"common-tags": "^1.8.2",
"cpu-stat": "^2.0.1",
"discord-player": "^5.2.2",
"discord.js": "^13.9.0",
"ffmpeg-static": "^5.0.0",
"fs": "^0.0.1-security",
"genius-lyrics": "^4.3.8",
"glob": "^8.0.3",
"got": "^11.8.2",
"luxon": "^2.3.1",
"mathjs": "^10.4.3",
"moment": "^2.29.2",
"ms": "^2.1.3",
"ms-utility": "^3.3.0",
"node-fetch": "^2.6.2",
"node-os-utils": "^1.3.7",
"node-spotify-api": "^1.1.1",
"node-superfetch": "^0.2.3",
"opusscript": "^0.0.8",
"os-utils": "^0.0.14",
"pretty-ms": "^8.0.0",
"simple-youtube-api": "^5.2.1",
"systeminformation": "^5.11.21",
"util": "^0.12.4",
"yt-search": "^2.10.3",
"ytdl-core": "^4.11.0",
"ytdl-core-discord": "^1.3.1"
},
"devDependencies": {
"eslint": "^8.13.0"
}
}