-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 1.85 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "bots",
"version": "1.0.0",
"description": "<p align=\"center\">\r <img src=\"https://raw.githubusercontent.com/masterhc/Discord-Bot/master/img/legend.jpg\">\r </p>",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"devStart": "nodemon index.js"
},
"nodemonConfig": {
"ignore": [
"*.json"
]
},
"author": "MasterHc",
"license": "MIT",
"engines": {
"node": "14.4.0"
},
"dependencies": {
"ansi-regex": "^6.0.1",
"ascii-table": "0.0.9",
"axios": "^0.21.2",
"bufferutil": "4.0.1",
"cheerio": "^1.0.0-rc.10",
"cors": "^2.8.5",
"crackwatch": "^1.1.0",
"discord.js": "^12.5.3",
"discord.js-commando": "^0.12.3",
"discordjs-ytdl": "^2.2.0",
"ejs": "^3.1.6",
"emoji-regex": "^9.2.2",
"eventemitter3": "^2.0.3",
"express.js": "^1.0.0",
"ffmpeg-static": "^4.3.0",
"fs": "0.0.1-security",
"got": "^7.1.0",
"http": "0.0.0",
"is-promise": "^4.0.0",
"jikanjs": "^0.7.0",
"loader.js": "^4.7.0",
"mal-api": "^1.0.0",
"mathjs": "^9.4.2",
"moment": "^2.24.0",
"mongoose": "^6.0.12",
"mysql": "^2.18.1",
"nodemon": "^2.0.14",
"opusscript": "0.0.8",
"pg": "^8.0.3",
"popura": "^1.2.5",
"postgres": "^1.0.2",
"prism-media": "^0.2.1",
"request": "^2.88.2",
"rimraf": "^2.7.1",
"s": "^0.1.1",
"timer.js": "^1.0.4",
"url-parse": "^1.5.9",
"uws": "^10.148.2",
"winston": "^2.4.4",
"ws": "^7.4.6",
"xml2js": "^0.4.23",
"yt-search": "^2.10.3",
"ytdl-core": "^4.9.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/masterhc/Discord-Bot.git"
},
"bugs": {
"url": "https://github.com/masterhc/Discord-Bot/issues"
},
"homepage": "https://github.com/masterhc/Discord-Bot#readme"
}