-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.04 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
46
47
48
49
50
51
{
"name": "discordbot",
"version": "1.0.0",
"description": "A discord bot developed by clonalejandro",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/clonalejandro/discordbot.git"
},
"keywords": [
"discord",
"bot",
"music",
"clona",
"clonalejandro",
"cchallenge",
"cchallenges",
"alex",
"alejandro",
"mcb",
"player",
"js",
"node",
"nodejs",
"javascript",
"ecs",
"ecs6",
"ecmascript",
"ecmascript",
"6"
],
"author": "clonalejandro",
"license": "MIT",
"bugs": {
"url": "https://github.com/clonalejandro/discordbot/issues"
},
"homepage": "https://github.com/clonalejandro/discordbot#readme",
"dependencies": {
"discord.js": "^11.3.2",
"ffmpeg": "0.0.4",
"get-youtube-id": "^1.0.0",
"npm": "^6.1.0",
"opusscript": "0.0.6",
"request": "^2.87.0",
"youtube-info": "^1.2.0",
"ytdl-core": "^0.20.4"
}
}