-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.11 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
{
"name": "simplemusic",
"version": "2.0.0",
"description": "A simple music bot in Discord.JS!",
"main": "index.js",
"scripts": {
"start": "cd src && node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zacimac/SimpleMusic.git"
},
"keywords": [
"music",
"discord",
"bot"
],
"author": "Zachary (zacimac), Enrico",
"license": "MIT",
"bugs": {
"url": "https://github.com/zacimac/SimpleMusic/issues"
},
"homepage": "https://github.com/zacimac/SimpleMusic#readme",
"dependencies": {
"@discordjs/opus": "^0.8.0",
"@discordjs/voice": "^0.8.0",
"bandcamp-fetch": "0.1.0-a-20210126",
"chalk": "^4.1.0",
"discord-player": "^5.3.0",
"discord.js": "^14.1.2",
"ffmpeg": "0.0.4",
"node-fetch": "^2.6.1",
"util": "^0.12.4",
"youtube-dl-exec": "^2.1.4",
"youtube-node": "^1.3.3",
"ytdl-core": "^4.11.0"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0"
}
}