-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.32 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
{
"engines": {
"node": "16.x"
},
"scripts": {
"start": "node index.js"
},
"dependencies": {
"@metamask/onboarding": "^1.0.1",
"aki-api": "^6.0.8",
"asciify-image": "^0.1.8",
"axios": "^0.27.2",
"bcryptjs": "^2.4.3",
"canvacord": "^5.2.1",
"cheerio": "^1.0.0-rc.10",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"discord.js": "^13.6.0",
"dotenv": "^16.0.0",
"ejs": "^3.1.6",
"express": "^4.17.2",
"express-session": "^1.17.3",
"fetch-node": "^0.0.1",
"figlet": "^1.5.2",
"glob": "^7.2.0",
"got": "^9.6.0",
"jsonwebtoken": "^8.5.1",
"mal-scraper": "^2.11.4",
"moment": "^2.29.1",
"mongoose": "^6.1.2",
"morgan": "^1.10.0",
"ms": "^2.1.3",
"multer": "^1.4.4",
"node-fetch": "^2.6.7",
"node-superfetch": "^0.2.3",
"nodemailer": "^6.7.3",
"nodemon": "^2.0.16",
"os-utils": "^0.0.14",
"passport": "^0.6.0",
"passport-twitter": "^1.0.4",
"peer": "^0.6.1",
"pm2": "^5.1.2",
"promisify": "^0.0.3",
"socket.io": "^4.4.1",
"something-random-on-discord": "^3.4.4",
"statcord.js": "^3.4.3",
"twemoji-parser": "^13.1.0",
"twit": "^2.2.11",
"twitter": "^1.7.1",
"twitter-api-v2": "^1.12.2",
"uuidv4": "^6.2.13",
"validator": "^13.7.0",
"wikipedia": "^1.1.6"
}
}