forked from almadrasa/sefybotdiscord
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.51 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "sefydiscordbot",
"version": "1.2.0",
"description": "duh",
"main": "main.js",
"scripts": {
"start-pm2": "pm2 restart ecosystem.config.js --update-env",
"start": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/ryzenix/sefydiscordbot.git"
},
"author": "ryzenix",
"license": "MIT",
"dependencies": {
"@discord-player/extractor": "^3.0.2",
"@discordjs/opus": "^0.5.3",
"aki-api": "^6.0.5",
"array-move": "^3.0.1",
"axios": "^0.21.1",
"bufferutil": "^4.0.3",
"canvacord": "^5.2.1",
"canvas": "^2.8.0",
"canvas-constructor": "^4.1.0",
"cheerio": "^1.0.0-rc.10",
"common-tags": "^1.8.0",
"compression": "^1.7.4",
"dateformat": "^4.5.1",
"discord-buttons": "^4.0.0",
"discord-giveaways": "^4.5.1",
"discord-paginationembed": "^2.1.0",
"discord-ytdl-core": "^5.0.4",
"discord.js": "^12.5.3",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"fen-validator": "^1.4.1",
"ffmpeg-static": "^4.4.0",
"gifencoder": "^2.0.1",
"gm": "^1.23.1",
"google-tts-api": "^2.0.2",
"helmet": "^4.5.0",
"html-entities": "^2.3.2",
"https": "^1.0.0",
"humanize-duration": "^3.27.0",
"ini": "^2.0.0",
"ioredis": "^4.27.6",
"iso-639-1": "^2.1.9",
"js-chess-engine": "^0.11.3",
"libsodium-wrappers": "^0.7.9",
"lyrics-finder": "^21.7.0",
"millify": "^4.0.0",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.33",
"mongoose": "^5.13.3",
"mquery": "^3.2.5",
"namemc": "^1.8.16",
"nekos.life": "^2.0.7",
"node-gyp": "^8.1.0",
"node-pre-gyp": "^0.17.0",
"node-superfetch": "^0.2.2",
"parse-ms": "^2.1.0",
"querystring": "^0.2.1",
"random-anime": "^1.0.6",
"random-js": "^2.1.0",
"relevant-urban": "^2.0.0",
"semver": "^7.3.5",
"simple-youtube-api": "^5.2.1",
"slash-create": "^3.3.0",
"soundcloud-downloader": "^1.0.0",
"stackblur-canvas": "^2.5.0",
"string-progressbar": "^1.0.4",
"string-similarity": "^4.0.4",
"subtitle": "^4.1.0",
"url": "^0.11.0",
"utf-8-validate": "^5.0.5",
"valid-url": "^1.0.9",
"weather-js": "^2.0.0",
"ytdl-core": "^4.9.0"
}
}