forked from galnir/Master-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 974 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": "master-bot",
"version": "1.0.0",
"description": "a discord music bot with guild , gifs and misc commands",
"main": "index.js",
"scripts": {
"start": "node .",
"pretest": "eslint --ignore-path .gitignore .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Nir Gal",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.3.3",
"@vitalets/google-translate-api": "^5.0.0",
"canvas": "^2.6.1",
"cheerio": "^1.0.0-rc.5",
"discord-paginationembed": "^2.1.0",
"discord.js": "^12.5.3",
"discord.js-commando": "github:discordjs/Commando",
"emoji-regex": "^9.2.1",
"ffmpeg-static": "^4.2.7",
"iso-639-1": "^2.1.8",
"probe-image-size": "^6.0.0",
"quick.db": "^7.1.3",
"simple-youtube-api": "^5.2.1",
"ytdl-core": "^4.5.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^5.16.0",
"nodemon": "^1.19.4",
"prettier": "^1.19.1"
}
}