-
-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
134 lines (134 loc) · 3.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "luminious-bot",
"version": "1.0.0",
"description": "",
"author": "Npg",
"main": "xp.js",
"scripts": {
"start": "node xp.js"
},
"dependencies": {
"@2pg/music": "^1.1.6",
"amethyste-api": "^1.1.5",
"anti-link-discord": "^1.0.4",
"ascii-table": "0.0.9",
"badwords-list": "^1.0.0",
"beautify": "0.0.8",
"better-sqlite3": "7.4.0",
"body-parser": "^1.19.0",
"booru": "^2.4.0",
"canvacord": "^5.2.3",
"canvas": "^2.7.0",
"chalk": "^4.1.0",
"chartjs-node-canvas": "^3.1.0",
"cheerio": "^1.0.0-rc.6",
"child_process": "^1.0.2",
"common-tags": "^1.8.0",
"cookies": "^0.8.0",
"cpu-stat": "^2.0.1",
"date-and-time": "^0.14.2",
"dateformat": "^3.0.3",
"disco-oauth": "^5.1.0",
"discord-anti-alt": "^1.1.0",
"discord-anti-spam": "^2.5.1",
"discord-backup": "^2.5.0",
"discord-giveaways": "^4.4.3",
"discord-player": "^3.4.0",
"discord-reaction": "^1.0.3",
"discord-reaction-role": "^2.1.0",
"discord-reply": "^0.1.2",
"discord-slash-commands-client": "^1.1.1",
"discord.js": "^13.1.0",
"djs-tickets": "^5.0.0",
"dotenv": "^6.2.0",
"dynoxhost.js": "^1.1.0",
"easy-games-js": "^1.2.1",
"easy-json-database": "^1.3.0",
"ejs": "^2.7.4",
"event-handler": "^1.0.1",
"express": "^4.17.1",
"express-rate-limit": "^5.3.0",
"express-session": "^1.17.1",
"ffmpeg": "0.0.4",
"ffmpeg-static": "^4.3.0",
"figlet": "^1.5.0",
"flip-text": "^1.1.0",
"form-data": "^2.5.1",
"glob": "^7.1.6",
"got": "^10.7.0",
"hastebin": "^0.2.1",
"i": "^0.3.6",
"jimp": "^0.2.28",
"js-yaml": "^4.0.0",
"lodash": "^4.17.21",
"lyrics-finder": "^21.7.0",
"mal-scraper": "^2.11.3",
"math-expression-evaluator": "^1.3.7",
"md5": "^2.3.0",
"memorystore": "^1.6.6",
"merge-options": "^3.0.4",
"method-override": "^3.0.0",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.33",
"mongodb": "^3.6.6",
"mongoose": "^5.12.4",
"ms": "^2.1.3",
"nekos.life": "^2.0.7",
"node-fetch": "^2.6.1",
"novelcovid": "^3.0.0",
"opusscript": "0.0.8",
"parse-ms": "^2.1.0",
"passport": "^0.4.1",
"passport-discord": "^0.1.4",
"path": "^0.12.7",
"pm2": "^4.5.6",
"pretty-ms": "^7.0.1",
"profanity-hindi": "^1.1.0",
"pug": "^3.0.2",
"puppeteer-core": "^9.0.0",
"quick.db": "^7.1.3",
"random-puppy": "^1.1.0",
"randomstring": "^1.1.5",
"rate-limit-mongo": "^2.3.1",
"react-native-ffmpeg": "^0.5.1",
"reaction-role": "^4.0.2",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"scrape-yt": "^1.4.8",
"sequelize": "^6.6.2",
"simple-youtube-api": "^5.2.1",
"snekfetch": "^4.0.4",
"sourcebin_js": "0.0.3-ignore",
"sqlite3": "^5.0.2",
"superagent": "^5.3.1",
"to-zalgo": "^1.0.1",
"twemoji-parser": "^13.0.0",
"uid-safe": "^2.1.5",
"weather-js": "^2.0.0",
"youtube-search": "^1.1.6",
"ytdl-core": "^4.9.1",
"ytdl-core-discord": "^1.3.1",
"ytsearcher": "^1.2.4"
},
"engines": {
"node": "14.x"
},
"repository": {
"type": "git",
"url": "https://github.com/Wumpuspro/Luminious-bot"
},
"bugs": {
"url": "https://github.com/Wumpuspro/Luminious-bot/issues"
},
"license": "MIT",
"keywords": [
"node",
"javascript",
"bot",
"discord"
],
"devDependencies": {
"nodemon": "^2.0.7"
}
}