-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
84 lines (84 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
{
"name": "mythical",
"version": "5.3.0",
"description": "Mythical Bot",
"owner": "themondon",
"main": "index.js",
"engines": {
"node": ">=16.9.0"
},
"scripts": {
"lint": "eslint --fix --cache commands/** events/** slash_commands/** base/** util/**",
"prettier:check": "prettier **/**.{js,json} --check --ignore-unknown",
"prettier:fix": "prettier **/**.{js,json} --write --ignore-unknown"
},
"license": "MIT",
"dependencies": {
"@discord-player/extractor": "^4.4.1",
"@discordjs/voice": "^0.16.0",
"@distube/ytdl-core": "^4.13.5",
"@justalk/pornhub-api": "^3.5.0",
"@mapbox/node-pre-gyp": "^1.0.9",
"better-sqlite3": "^7.4.1",
"blackjack-n-deck": "^1.0.1",
"botlist.me.js": "^1.0.2",
"botpanel.js": "^1.2.9",
"canvas": "^2.11.2",
"chalk": "^4.1.1",
"chrono-node": "^2.7.6",
"color-convert": "^2.0.1",
"color-name-list": "^8.12.0",
"color-thief-node": "^1.0.4",
"common-tags": "^1.8.0",
"connect4-ai": "^0.1.3",
"cows": "^2.1.1",
"cowsay": "^1.5.0",
"custom-translate": "^2.2.8",
"discord-giveaways": "^6.0.0",
"discord-html-transcripts": "^3.2.0",
"discord-player": "^6.6.10",
"discord.js": "^14.15.3",
"emoji-regex": "^10.1.0",
"enmap": "^5.8.6",
"fluent-ffmpeg": "^2.1.2",
"is-image-url": "^1.1.8",
"is-url": "^1.2.4",
"klaw": "^3.0.0",
"luxon": "^3.1.1",
"mathjs": "^13.0.3",
"mediaplex": "^0.0.9",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"mysql2": "^2.2.5",
"nearest-color": "^0.4.4",
"nekos.life": "^3.0.0",
"node-html-parser": "^5.4.2-0",
"node-schedule": "^2.1.0",
"node-superfetch": "^0.2.3",
"openweather-apis": "^4.4.2",
"opusscript": "^0.0.8",
"owlbot-js": "^2.0.3",
"quick.db": "^9.1.7",
"random-words": "^1.2.0",
"randomfmylife": "^0.2.3",
"react-native-oxford-dictionary": "^1.0.2",
"rgb-hex": "^3.0.0",
"sherlockjs": "^1.4.0",
"superagent": "^8.0.0",
"tictactoe-minimax-ai": "github:lukechu10/tictactoe-minimax",
"trev-reborn": "^1.1.5",
"twemoji": "^14.0.2",
"undici": "^5.28.4",
"weather-js": "^2.0.0",
"youtube-sr": "^4.3.4"
},
"devDependencies": {
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"prettier": "^3.1.0"
}
}