-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.45 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.45 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
{
"name": "oa1u",
"version": "1.0.0",
"description": "Obviously the best ever bot to exist",
"main": "index.js",
"scripts": {
"start": "node --max-old-space-size=12288 index.js",
"admin": "node --max-old-space-size=12288 adminPanel.js",
"start:all": "node --max-old-space-size=12288 startAll.js",
"migrate": "node migrate-to-mysql.js",
"safety:check": "node scripts/safetyCheck.js",
"test": "npm run safety:check"
},
"keywords": [
"discord",
"bot"
],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/builders": "^1.13.1",
"@discordjs/rest": "^2.6.0",
"@discordjs/voice": "^0.19.0",
"@distube/ytdl-core": "^4.16.12",
"@snazzah/davey": "^0.1.9",
"bcrypt": "^6.0.0",
"body-parser": "^2.2.2",
"captcha-canvas": "^3.4.0",
"chart.js": "^4.5.1",
"cookie-parser": "^1.4.7",
"discord.js": "^14.25.1",
"dotenv": "^17.2.4",
"express": "^5.2.1",
"express-mysql-session": "^3.0.3",
"express-session": "^1.19.0",
"express-socket.io-session": "^1.3.5",
"ffmpeg-static": "^5.3.0",
"helmet": "^8.1.0",
"moment": "^2.30.1",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.6.0",
"mysql2": "^3.16.3",
"nodemailer": "^8.0.1",
"opusscript": "^0.0.8",
"play-dl": "^1.9.7",
"socket.io": "^4.8.3",
"uuid": "^13.0.0",
"yt-dlp-exec": "^1.0.2",
"ytdl-core": "^4.11.5"
},
"overrides": {
"undici": "^6.23.0"
}
}