-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.97 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
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "tubbbot",
"version": "6.6.2",
"description": "The Utillity Bot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "16.14.0"
},
"author": "L061571C5",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.8.0",
"@discordjs/rest": "^1.1.0",
"@vitalets/google-translate-api": "^8.0.0",
"axios": "^0.27.2",
"booru": "^2.6.2",
"cheerio": "^1.0.0-rc.12",
"chess-image-generator": "^1.0.9",
"discord-api-types": "^0.37.7",
"discord-paginationembed": "^2.1.0",
"discord-ytdl-core": "^5.0.4",
"discord.js": "^14.3.0",
"dotenv": "^16.0.2",
"fetch-retry": "^5.0.3",
"ffmpeg-static": "^5.1.0",
"fs-readdir-recursive": "^1.1.0",
"genius-lyrics-api": "^3.2.0",
"google-it": "^1.6.3",
"hmfull": "^2.4.1",
"imgur-uploader": "^4.2.1",
"mathjs": "^11.1.0",
"mojang-api": "0.0.2",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"mongodb": "^4.9.1",
"musescore-metadata": "^2.1.1",
"music-metadata": "^8.0.1",
"node-superfetch": "^0.2.3",
"npm-check": "^6.0.1",
"npm-check-updates": "^16.1.0",
"pdfkit": "^0.13.0",
"puppeteer-core": "^17.1.1",
"reddit-wrapper-v2": "^1.1.6",
"request-promise-native": "^1.0.9",
"sanitize-filename": "^1.6.3",
"simple-youtube-api": "^5.2.1",
"soundcloud-downloader": "^1.0.0",
"spotify-web-api-node": "^5.0.2",
"svg-to-pdfkit": "^0.1.8",
"systeminformation": "^5.12.6",
"undici": "^5.10.0",
"wolfram-alpha-api": "https://products.wolframalpha.com/api/libraries/javascript/wolfram-alpha-api-1.0.0-rc.1.tgz",
"youtube-sr": "^4.3.4",
"ytdl-core": "^4.11.2",
"ytpl": "^2.3.0",
"ytsr": "^3.8.0"
}
}