forked from TannerGabriel/discord-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 747 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 747 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
{
"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 modificado por Noah",
"license": "MIT",
"dependencies": {
"@discordjs/opus": "^0.9.0",
"discord-player": "^5.2.2",
"discord.js": "^13.6.0",
"ffmpeg": "0.0.4",
"ffmpeg-static": "^5.1.0",
"fluent-ffmpeg": "^2.1.2",
"ytdl-core": "^4.11.2"
}
}