-
-
Notifications
You must be signed in to change notification settings - Fork 407
/
package.json
34 lines (34 loc) · 830 Bytes
/
package.json
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
{
"name": "music-bot",
"version": "1.0.0",
"repository": "https://github.com/TannerGabriel/discord-music-bot.git",
"description": "A simple discord music bot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "prettier --write \"**/*.js\""
},
"keywords": [
"discord",
"music",
"bot"
],
"author": "Gabriel Tanner",
"license": "MIT",
"dependencies": {
"@discord-player/extractor": "^4.4.1",
"@discordjs/opus": "^0.9.0",
"conf": "^12.0.0",
"discord-player": "^6.6.2",
"discord.js": "^14.12.1",
"dotenv": "^16.3.1",
"ffmpeg": "0.0.4",
"fluent-ffmpeg": "^2.1.2",
"opusscript": "0.0.8",
"prism-media": "^1.3.5",
"@distube/ytdl-core": "4.14.4"
},
"devDependencies": {
"prettier": "3.0.2"
}
}