-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 997 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 997 Bytes
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
{
"name": "music-typescript",
"version": "1.0.0",
"description": "lol",
"type": "module",
"main": "./dist/index.js",
"author": "itzkrofi",
"license": "MIT",
"scripts": {
"build": "yarn tsc --build",
"start": "node ./dist/index.js",
"unregister": "node ./dist/Structures/Utils/unregisterCommands.js"
},
"dependencies": {
"@discordjs/voice": "^0.17.0",
"@distube/soundcloud": "^2.0.3",
"@distube/spotify": "^2.0.2",
"@distube/youtube": "^1.0.4",
"@distube/ytdl-core": "^4.14.4",
"ascii-table": "^0.0.9",
"chalk": "^5.3.0",
"chart.js": "3.9.1",
"chartjs-node-canvas": "4.1.6",
"chartjs-plugin-gradient": "0.5.0",
"discord.js": "^14.15.3",
"distube": "^5.0.2",
"genius-lyrics": "^4.4.7",
"glob": "10.3.10",
"mongoose": "^8.5.2",
"opusscript": "^0.1.1",
"sodium-native": "^4.1.1",
"soundcloud.ts": "^0.5.5"
},
"devDependencies": {
"@types/node": "^22.2.0",
"typescript": "^5.5.4"
}
}