-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 844 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 844 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
{
"name": "music-bot",
"version": "1.0.0",
"description": "A discord.js v14 music bot base created by XATHENA.",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js --trace-deprecation"
},
"repository": {
"type": "git",
"url": "https://github.com/x4th3n4/music-bot.git"
},
"homepage": "https://github.com/x4th3n4/music-bot",
"author": "X4TH3N4",
"license": "MIT",
"dependencies": {
"@discordjs/opus": "^0.9.0",
"axios": "^1.3.6",
"discord-player": "^6.1.1",
"discord.js": "^14.9.0",
"dotenv": "^16.0.3",
"ffmpeg-static": "^5.1.0",
"fs": "^0.0.1-security",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"opusscript": "^0.0.8",
"quick.db": "^9.1.4",
"sanitize-filename": "^1.6.3",
"shelljs": "^0.8.5",
"ytdl-core": "^4.9.1"
}
}