-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.36 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.36 KB
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
{
"name": "mythical",
"version": "5.14.0",
"description": "Mythical Bot",
"owner": "themondon",
"main": "index.js",
"engines": {
"node": ">=22.13.0"
},
"scripts": {
"lint": "eslint --fix --cache commands/** events/** slash_commands/** base/** util/**",
"prettier:check": "prettier \"*.{js,json}\" \"**/*.{js,json}\" --check --ignore-unknown",
"prettier:fix": "prettier \"*.{js,json}\" \"**/*.{js,json}\" --write --ignore-unknown"
},
"license": "MIT",
"dependencies": {
"@discordjs/voice": "^0.19.0",
"@mapbox/node-pre-gyp": "^2.0.3",
"@twemoji/api": "^15.1.0",
"better-sqlite3": "^11.8.0",
"bgutils-js": "^3.2.0",
"blackjack-n-deck": "^1.0.1",
"botpanel.js": "^1.2.9",
"canvas": "^3.0.1",
"chalk": "^4.1.1",
"chrono-node": "^2.7.6",
"color-convert": "^2.0.1",
"color-name-list": "^8.12.0",
"colorthief": "^3.3.0",
"common-tags": "^1.8.0",
"connect4-ai": "^0.1.3",
"cors": "^2.8.5",
"cows": "^2.1.1",
"cowsay": "^1.5.0",
"custom-translate": "^2.2.8",
"discord-giveaways": "^6.0.1",
"discord-html-transcripts": "^3.2.0",
"discord.js": "^14.25.1",
"duck-duck-scrape": "^2.2.7",
"emoji-regex": "^10.4.0",
"enmap": "^5.9.10",
"express": "^4.22.1",
"fluent-ffmpeg": "^2.1.2",
"genius-lyrics": "^4.4.7",
"https": "^1.0.0",
"human-ms": "^0.0.2",
"is-image-url": "^1.1.8",
"is-url": "^1.2.4",
"lavalink-client": "^2.9.7",
"luxon": "^3.1.1",
"mathjs": "^13.0.3",
"ms": "^2.1.3",
"mysql2": "^3.19.0",
"nearest-color": "^0.4.4",
"nekos.life": "^3.0.0",
"node-schedule": "^2.1.0",
"node-superfetch": "^0.2.3",
"openweather-apis": "^4.4.2",
"parse-duration": "^2.1.3",
"quick.db": "^9.1.7",
"random-words": "^1.2.0",
"rgb-hex": "^3.0.0",
"sharp": "^0.34.5",
"sherlockjs": "^1.4.0",
"superagent": "^8.0.0",
"tinycolor2": "^1.6.0",
"trev-reborn": "^1.2.0",
"undici": "^6.24.0",
"uuid": "^11.0.5",
"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.6.2",
"prettier-plugin-embed": "^0.5.0",
"prettier-plugin-sql": "^0.19.2"
}
}