-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 982 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
35
36
37
38
{
"name": "rey-bot",
"version": "1.0.1",
"description": "Discord Bot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/kvnrynfl/Discord-Bot.git"
},
"author": "Kevin Reynaufal",
"license": "ISC",
"bugs": {
"url": "https://github.com/kvnrynfl/Discord-Bot/issues"
},
"homepage": "https://github.com/kvnrynfl/Discord-Bot#readme",
"dependencies": {
"@discordjs/opus": "^0.9.0",
"ascii-table": "^0.0.9",
"axios": "^1.4.0",
"chalk": "^4.1.2",
"discord-player": "^5.3.2",
"discord.js": "^14.7.1",
"dotenv": "^16.0.3",
"ffmpeg-static": "^5.1.0",
"lyrics-finder": "^21.7.0",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.40",
"mongoose": "^7.0.4",
"randomcolor": "^0.6.2",
"table": "^6.8.1",
"weather-js": "^2.0.0"
}
}