This repository has been archived by the owner on Sep 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
92 lines (92 loc) · 2.45 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
{
"name": "maybexd",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node ."
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/builders": "^0.6.0",
"@discordjs/rest": "0.1.0-canary.0",
"@iamtraction/google-translate": "^1.1.2",
"@railway/cli": "^0.2.49",
"alexflipnote.js": "^2.5.0",
"amethyste-api": "^1.1.5",
"ascii-table": "0.0.9",
"body-parser": "^1.19.0",
"booru": "^2.4.2",
"canvas": "^2.8.0",
"chalk": "^4.1.2",
"chartjs-node-canvas": "^4.1.4",
"cheerio": "^1.0.0-rc.10",
"colornames": "^1.1.1",
"cookie-parser": "^1.4.5",
"cpu-stat": "^2.0.1",
"cron": "^1.8.2",
"discord-anti-alt": "^1.1.0",
"discord-api-types": "^0.23.1",
"discord-backup": "^3.0.1",
"discord-easy-music": "^3.0.0",
"discord-gamecord": "^2.0.0",
"discord-giveaways": "^5.0.1",
"discord-nsfw": "^1.3.0",
"discord-player": "^5.1.0",
"discord-reaction-role": "^2.1.0",
"discord-reply": "^0.1.2",
"discord-together": "latest",
"discord.js": "^13.3.0",
"djs-games": "^2.0.11",
"easy-games-js": "^1.2.1",
"ejs": "^3.1.6",
"events": "^3.3.0",
"express": "^4.17.1",
"express-minify-html-terser": "^1.0.2",
"express-rate-limit": "^5.5.1",
"express-session": "^1.17.2",
"figlet": "^1.5.2",
"flip-text": "^1.2.0",
"giphy-api": "^2.0.2",
"got": "^11.8.2",
"imdb-api": "^4.4.1",
"jimp": "^0.16.1",
"js-parser": "0.0.3",
"js-yaml": "^4.1.0",
"lyrics-finder": "^21.7.0",
"mal-scraper": "^2.11.3",
"memorystore": "^1.6.6",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"mongoose": "^5.11.17",
"ms": "^2.1.3",
"nekos.life": "^2.0.7",
"node-fetch": "^2.6.1",
"nodemon": "^2.0.14",
"novelcovid": "latest",
"parse-js": "^0.7.4",
"passport": "^0.5.0",
"passport-discord": "^0.1.4",
"quick.db": "^7.1.3",
"random-puppy": "^1.1.0",
"rate-limit-mongo": "^2.3.2",
"referrer-policy": "^1.2.0",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"simply-djs": "^2.0.96",
"slappy": "^1.0.0",
"snekfetch": "^4.0.4",
"socket.io": "^4.3.2",
"sourcebin_js": "0.0.3-ignore",
"string-converter": "^1.3.3",
"string-to-js": "0.0.1",
"twemoji-parser": "^13.1.0",
"urban": "^0.3.4",
"weather-js": "^2.0.0"
},
"devDependencies": {
"node": "^16.13.0"
},
"description": ""
}