forked from galnir/Master-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.1 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.1 KB
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.8.2",
"@discordjs/opus": "^0.7.0",
"@discordjs/rest": "^0.1.0-canary.0",
"@discordjs/voice": "^0.7.5",
"@vitalets/google-translate-api": "^7.0.0",
"cheerio": "^1.0.0-rc.10",
"discord-api-types": "^0.25.2",
"discord.js": "^13.3.1",
"discord.js-pages": "^1.3.5",
"ffmpeg-static": "^4.4.0",
"iso-639-1": "^2.1.10",
"libsodium-wrappers": "^0.7.9",
"mongoose": "^6.0.13",
"spotify-url-info": "^2.2.3",
"youtube-dl-exec": "^2.0.0",
"youtube-sr": "^4.1.9",
"ytdl-core": "^4.9.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^8.3.0",
"eslint-plugin-jest": "^25.2.4",
"jest": "^27.3.1",
"nodemon": "^2.0.15",
"prettier": "^2.4.1"
}
}