-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
35 lines (35 loc) · 949 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
{
"name": "All-In-One-Bot",
"version": "1.0.0",
"description": "A multi-functionality bot for Discord.",
"main": "index.js",
"scripts": {
"start": "node %NODE_DEBUG_OPTION% ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/MassinissaAchour/All-In-One-Bot.git"
},
"keywords": [
"bot, discord, music, tournament, soundboard"
],
"author": "Massinissa Achour",
"license": "ISC",
"bugs": {
"url": "https://github.com/MassinissaAchour/All-In-One-Bot/issues"
},
"homepage": "https://github.com/MassinissaAchour/All-In-One-Bot#readme",
"dependencies": {
"@discordjs/opus": "^0.3.2",
"discord.js": "^12.2.0",
"ffmpeg": "0.0.4",
"ffmpeg-binaries": "^3.2.2",
"fs": "0.0.1-security",
"genius-lyrics-api": "^3.0.6",
"request": "^2.88.2",
"sequelize": "^5.21.13",
"sqlite3": "^4.2.0",
"xmlhttprequest": "^1.8.0",
"ytdl-core-discord": "^1.2.0"
}
}