-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.39 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.39 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
42
43
44
45
46
47
48
49
50
{
"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.8.0",
"@vitalets/google-translate-api": "^5.0.0",
"better-sqlite3": "^7.6.2",
"bufferutil": "^4.0.3",
"canvas": "^2.6.1",
"cheerio": "^1.0.0-rc.10",
"common-tags": "^1.8.0",
"discord-buttons": "^3.2.1",
"discord-paginationembed": "^2.1.0",
"discord.js": "^12.5.3",
"discord.js-commando": "github:discordjs/Commando",
"discord.js-light": "^4.6.0",
"emoji-regex": "^9.2.1",
"erela.js": "^2.3.3",
"erlpack": "github:discord/erlpack",
"fast-boot": "^1.0.7",
"ffmpeg-static": "^4.2.7",
"iso-639-1": "^2.1.8",
"miniget": "^2.1.0",
"node-opus": "^0.3.3",
"nodejs": "0.0.0",
"prism-media": "^1.2.9",
"probe-image-size": "^6.0.0",
"quick.db": "^7.1.3",
"simple-youtube-api": "^5.2.1",
"string-progressbar": "^1.0.4",
"utf-8-validate": "^5.0.5",
"ytdl-core": "^4.6.0",
"zlib-sync": "^0.1.7"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^8.2.0",
"nodemon": "^2.0.9",
"prettier": "^1.19.1"
}
}