forked from galnir/Master-Bot
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.1 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
{
"name": "master-bot",
"version": "1.0.0",
"description": "a discord music bot with guild , gifs and misc commands",
"main": "index.js",
"scripts": {
"start": "node .",
"test": "jest",
"test:watch": "jest --watch",
"pretest": "eslint --ignore-path .gitignore ."
},
"author": "Nir Gal",
"license": "ISC",
"dependencies": {
"@discordjs/builders": "^0.5.0",
"@discordjs/opus": "^0.6.0",
"@discordjs/rest": "^0.1.0-canary.0",
"@discordjs/voice": "^0.6.0",
"@vitalets/google-translate-api": "^7.0.0",
"cheerio": "^1.0.0-rc.10",
"discord-api-types": "^0.22.0",
"discord.js": "^13.0.1",
"discord.js-pages": "^1.3.0",
"ffmpeg-static": "^4.4.0",
"iso-639-1": "^2.1.9",
"libsodium-wrappers": "^0.7.9",
"mongoose": "^5.13.5",
"spotify-url-info": "^2.2.3",
"youtube-dl-exec": "^1.2.4",
"youtube-sr": "^4.1.7",
"ytdl-core": "^4.9.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^5.16.0",
"eslint-plugin-jest": "^24.4.0",
"jest": "^27.1.1",
"nodemon": "^1.19.4",
"prettier": "^1.19.1"
}
}