forked from Pogy-Bot/Pogy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
116 lines (116 loc) · 3.22 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"main": "index.js",
"scripts": {
"node": "node index.js",
"dev": "nodemon index.js",
"start": "node ."
},
"devDependencies": {
"eslint": "^7.6.0",
"eslint-config-tesseract": "^0.0.3",
"node": "^16.9.0"
},
"dependencies": {
"@discordjs/builders": "^0.3.0",
"@discordjs/rest": "^0.3.0",
"@discordjs/voice": "^0.16.1",
"@distube/soundcloud": "^1.0.0",
"@distube/spotify": "^1.0.0",
"@m3rcena/weky": "^4.3.1",
"@top-gg/sdk": "^3.0.8",
"avconv": "^3.1.0",
"axios": "^1.5.0",
"body-parser": "^1.19.0",
"canvacord": "^5.0.8",
"canvafy": "^7.0.4",
"canvas": "^2.11.2",
"chalk": "^4.1.0",
"channelsave-discord": "^1.5.0",
"cheerio": "^1.0.0-rc.12",
"colors": "^1.4.0",
"common-tags": "^1.8.0",
"connect-mongo": "^4.4.1",
"convert-svg-to-png": "^0.6.4",
"crc": "^4.3.2",
"crypto": "^1.0.1",
"datadog-metrics": "^0.8.2",
"date-and-time": "^0.14.2",
"discord-api-types": "^0.37.11",
"discord-buttons": "^4.0.0-deprecated",
"discord-gamecord": "^4.4.1",
"discord-guild-logger": "^1.3.5",
"discord-hybrid-sharding": "^2.1.4",
"discord-player": "^5.2.0",
"discord-slash-command-handler": "^3.2.3",
"discord.emoji-backup": "^1.0.2",
"discord.js": "^13.6.0",
"distube": "^3.0.3",
"dotenv": "^16.0.1",
"ejs": "^3.1.6",
"event": "^1.0.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"falgames": "^1.0.1",
"ffmpeg-static": "^4.4.0",
"figlet": "^1.5.0",
"fs": "0.0.2",
"gamescord": "^1.0.4",
"generate-password": "^1.6.0",
"git-commits-npm": "^1.0.0",
"got": "^11.8.2",
"intl": "^1.2.5",
"lodash": "^4.17.21",
"logs.chat": "^1.0.3",
"memorystore": "^1.6.5",
"modmail.djs": "^1.1.0",
"moment": "^2.27.0",
"moment-duration-format": "^2.3.2",
"monafy": "^0.0.1",
"mongoose": "^5.12.2",
"moonlink": "^1.0.0",
"ms": "^2.1.2",
"node-fetch": "^2.6.1",
"node-os-utils": "^1.3.2",
"nodemon": "^2.0.4",
"opusscript": "^0.0.8",
"owoifyx": "^1.0.4",
"parse-ms": "^2.1.0",
"passport": "^0.4.1",
"passport-oauth2": "^1.6.1",
"prodia.js": "^2.1.3",
"random": "^2.2.0",
"random-email": "^1.0.3",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"shortid": "^2.2.16",
"snekfetch": "^4.0.4",
"spicycord": "^1.1.5",
"superagent": "^6.1.0",
"svg2img": "^1.0.0-beta.2",
"svg2png": "^4.1.1",
"tiktok-scraper": "^1.4.12",
"uniqid": "^5.3.0",
"uuid": "^8.3.0",
"voucher-code-generator": "^1.1.1",
"weky": "^3.1.8",
"winston": "^3.3.3",
"ytdl-core": "^4.11.5",
"zalgo": "0.0.1",
"zalgolize": "^1.2.4",
"zlib": "^1.0.5"
},
"name": "pogy",
"version": "1.0.0",
"author": "",
"license": "ISC",
"keywords": [],
"description": "<h1 align=\"center\"> <br> <a href=\"https://github.com/peterhanania\"><img src=\"https://dev.pogy.gg/favicon.ico\"></a> <br> Pogy the Discord Bot [DJS V13] <br> </h1>",
"repository": {
"type": "git",
"url": "git+https://github.com/eYuM-coder/MEE8.git"
},
"bugs": {
"url": "https://github.com/eYuM-coder/MEE8/issues"
},
"homepage": "https://github.com/eYuM-coder/MEE8#readme"
}