-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.27 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.27 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
{
"name": "jamutilities",
"version": "2.0.0",
"main": "index.ts",
"scripts": {
"start": "tsx index.ts"
},
"dependencies": {
"@discordjs/builders": "^1.11.2",
"@discordjs/opus": "^0.10.0",
"@discordjs/voice": "^0.18.0",
"@discordjs/ws": "^2.0.1",
"@distube/youtube": "^1.0.4",
"@distube/yt-dlp": "^2.0.1",
"@distube/ytdl-core": "^4.16.6",
"@distube/ytsr": "^2.0.4",
"@projectjam/morse-translate": "^0.5.0",
"@projectjam/profane-detect": "^1.6.8",
"@types/node": "^22.12.0",
"ansi-regex": "^6.1.0",
"ansi-styles": "^6.2.1",
"ansi-to-html": "^0.7.2",
"axios": "^1.9.0",
"chalk": "^5.4.1",
"discord.js": "^14.17.3",
"distube": "^5.0.6",
"dotenv": "^16.5.0",
"fast-average-color-node": "^3.1.0",
"ffmpeg-static": "^5.2.0",
"figlet": "^1.8.0",
"gradient-string": "^3.0.0",
"mathjs": "^14.4.0",
"moment": "^2.30.1",
"ms": "^2.1.3",
"sodium-native": "^5.0.1",
"strip-ansi": "^7.1.0"
},
"devDependencies": {
"@types/bun": "latest",
"@types/gradient-string": "^1.1.6",
"tsx": "^4.19.4",
"typescript": "^5.8.3"
}
}