This repository has been archived by the owner on Mar 30, 2023. It is now read-only.
forked from IgorKowalczyk/majo.exe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
109 lines (109 loc) · 2.85 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
{
"name": "majo.exe",
"version": "0.0.0",
"description": "An advanced Discord bot with a lot commands - for moderation, fun, NSFW and status.",
"author": "João Victor [João Victor#0001]",
"main": "node shard.js",
"scripts": {
"test": "node shard.js",
"start": "node shard.js"
},
"dependencies": {
"@canvacord/assets": "^1.0.2",
"@discordjs/opus": "^0.3.2",
"ascii-table": "0.0.9",
"axios": "^0.20.0",
"beautify": "^0.0.8",
"body-parser": "^1.19.0",
"booru": "^2.3.2",
"canvacord": "^5.1.0",
"canvas": "github:Automattic/node-canvas",
"chalk": "^4.1.0",
"cheerio": "^1.0.0-rc.3",
"common-tags": "^1.8.0",
"dateformat": "^3.0.3",
"delay": "^4.4.0",
"discord-player": "^2.3.1",
"discord-xp": "^1.1.10",
"discord-youtube-api": "^0.1.0",
"discord.js": "^12.3.1",
"discord.js-leveling": "^5.4.0",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"enmap": "^5.8.4",
"erela.js": "^2.0.0",
"event-handler": "^1.0.1",
"express": "^4.17.1",
"express-session": "^1.17.1",
"ffmpeg-static": "^4.2.7",
"figlet": "^1.5.0",
"flip-text": "^1.1.0",
"form-data": "^3.0.0",
"genius-api": "^0.4.1",
"genius-lyrics": "^4.0.0",
"get-youtube-playlist-id": "0.0.1",
"googleapis": "^60.0.1",
"got": "^11.7.0",
"hastebin-gen": "^2.0.5",
"i": "^0.3.6",
"jimp": "^0.16.1",
"jumble-words": "^1.0.1",
"lavalink": "^2.10.2",
"leveling-discord": "^1.0.1",
"mal-scraper": "^2.11.2",
"math-expression-evaluator": "^1.2.22",
"memorystore": "^1.6.2",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.31",
"mongoose": "^5.12.3",
"ms": "^2.1.2",
"nekos.life": "^2.0.7",
"node-fetch": "^2.6.1",
"node-pre-gyp": "^0.15.0",
"nodemon": "^2.0.4",
"os": "^0.1.1",
"parse-ms": "^2.1.0",
"passport": "^0.4.1",
"passport-discord": "^0.1.4",
"puppeteer": "^5.3.1",
"quick.db": "^7.1.2",
"random-puppy": "^1.1.0",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"sequelize": "^6.3.5",
"simple-youtube-api": "^5.2.1",
"snekfetch": "^4.0.4",
"snowflake-api": "^3.0.3",
"sqlite": "^4.0.21",
"sqlite3": "^5.0.0",
"superagent": "^6.1.0",
"to-zalgo": "^1.0.1",
"twemoji-parser": "^13.0.0",
"uid-safe": "^2.1.5",
"weather-js": "^2.0.0",
"youtube-search": "^1.1.4",
"ytdl-core": "^3.4.0",
"ytsearcher": "^1.2.3"
},
"engines": {
"node": "12.x"
},
"repository": {
"type": "git",
"url": "https://gihub.com/igorkowalczyk/majobot"
},
"bugs": {
"url": "https://github.com/igorkowalczyk/majobot/issues"
},
"homepage": "https://igorkowalczyk.github.io/majobot",
"license": "MIT",
"keywords": [
"node",
"discord"
],
"directories": {
"lib": "lib"
},
"devDependencies": {}
}