-
-
Notifications
You must be signed in to change notification settings - Fork 214
/
package.json
78 lines (78 loc) · 1.95 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
{
"main": "shard.js",
"scripts": {
"start": "node shard.js",
"dev": "nodemon shard.js",
"lavalink": "java -jar Lavalink.jar"
},
"devDependencies": {
"eslint": "^7.6.0",
"eslint-config-tesseract": "^0.0.3"
},
"dependencies": {
"@top-gg/sdk": "^3.0.8",
"ascii-table": "0.0.9",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"canvacord": "^5.0.8",
"canvas": "^2.7.0",
"chalk": "^4.1.0",
"chatcord": "0.0.5",
"common-tags": "^1.8.0",
"connect-mongo": "^4.4.1",
"crypto": "^1.0.1",
"datadog-metrics": "^0.8.2",
"date-and-time": "^0.14.2",
"dblapi.js": "^2.4.1",
"discord-chatbot": "^2.0.2",
"discord.js": "^12.5.1",
"discord.js-light": "^3.5.9",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-session": "^1.17.1",
"ffbinaries": "^1.1.4",
"figlet": "^1.5.0",
"fs": "0.0.2",
"generate-password": "^1.6.0",
"got": "^11.8.2",
"he": "^1.2.0",
"intl": "^1.2.5",
"memorystore": "^1.6.5",
"moment": "^2.27.0",
"moment-duration-format": "^2.3.2",
"mongoose": "^5.12.2",
"ms": "^2.1.2",
"nanoid": "^3.1.20",
"nanoid-dictionary": "^4.2.0",
"node-fetch": "^2.6.1",
"node-os-utils": "^1.3.2",
"nodemon": "^2.0.4",
"parse-ms": "^2.1.0",
"passport": "^0.4.1",
"passport-discord": "^0.1.4",
"random": "^2.2.0",
"random-email": "^1.0.3",
"randomstrings": "0.0.2",
"randostrings": "^0.1.6",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"shortid": "^2.2.16",
"snekfetch": "^4.0.4",
"statcord.js": "^3.1.7",
"superagent": "^6.1.0",
"tiktok-scraper": "^1.4.12",
"uniqid": "^5.3.0",
"uuid": "^8.3.0",
"voucher-code-generator": "^1.1.1",
"winston": "^3.3.3",
"youtube-search": "^1.1.6",
"zalgo": "0.0.1",
"zalgolize": "^1.2.4"
},
"name": "pogy",
"version": "1.0.0",
"author": "",
"license": "ISC",
"keywords": [],
"description": ""
}