forked from DarkoPendragon/discord.js-musicbot-addon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 835 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
{
"name": "discord.js-musicbot-addon",
"version": "13.9.1",
"description": "A simple Node.js based music extension/bot for Discord.js projects using YouTube.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"ytdl-core": "^1.0.7",
"ytpl": "^0.1.18",
"ytsearcher": "^1.2.2"
},
"repository": {
"type": "git",
"url": "https://github.com/DarkoPendragon/discord.js-musicbot-addon"
},
"bugs": {
"url": "https://github.com/DarkoPendragon/discord.js-musicbot-addon/issues"
},
"homepage": "https://github.com/DarkoPendragon/discord.js-musicbot-addon",
"keywords": [
"discord",
"discord.js",
"music",
"bot",
"addon",
"plugin"
],
"author": "demisex",
"license": "ISC"
}