This repository has been archived by the owner on Aug 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
83 lines (82 loc) · 2.02 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
75
76
77
78
79
80
81
82
83
{
"name": "ZykeBot",
"version": "1.0.1",
"description": "An awesome Discord Bot",
"main": "bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node bot.js"
},
"engines": {
"node": "10.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZykeNetwork/ZykeBot"
},
"authors": [
"Rana Khashif Sarfraz",
"PCTipsGR"
],
"contributors": [
"MAHOfficial (https://mahofficial.win)",
"ZykeHost (https://zykehost.me)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ZykeNetwork/ZykeBot/issues"
},
"homepage": "https://github.com/ZykeNetwork/ZykeBot#readme",
"dependencies": {
"axios": "^0.18.1",
"better-sqlite-pool": "^0.1.2",
"canvas": "^1.6.7",
"canvas-constructor" : "2.1.1",
"chalk": "^2.3.0",
"discord.js": "^11.4.2",
"ejs": "^2.5.9",
"enmap": "^4.2.1",
"express": "^4.16.3",
"faceapp": "^0.4.7",
"ffmpeg-binaries": "^4.0.0",
"fs": "0.0.1-security",
"giphy-api": "^2.0.0",
"gm": "^1.23.1",
"hastebin-gen": "^1.3.1",
"idiotic-api": "^0.2.11",
"imagemagick": "^0.1.3",
"is-url": "^1.2.4",
"isgd": "^1.1.3",
"imdb-api": "^4.0.0",
"jquery": "^3.5.0",
"js-base64": "^2.5.0",
"long-url": "^1.0.2",
"mathjs": "^3.8.1",
"moment": "^2.20.1",
"moment-duration-format": "^2.2.0",
"node-superfetch": "^0.1.9",
"node-opus" : "^0.2.1",
"opusscript": "0.0.6",
"parse-json-response": "^1.0.1",
"path": "^0.12.7",
"random-number": "0.0.7",
"request": "^2.85.0",
"request-promise-native": "^1.0.5",
"retrotext": "^3.0.1",
"sylphy": "^0.4.5",
"sqlite3": "^4.0.4",
"tape": "^4.9.0",
"tempy": "^0.2.1",
"urban-dictionary": "^2.2.1",
"urban": "^0.3.1",
"winston": "^3.1.0",
"weather-js": "^2.0.0",
"word-wrap": "^1.2.3",
"ytdl-core" : "github:fent/node-ytdl-core#master",
"youtube-search": "^1.1.3",
"cheerio": "^1.0.0-rc.2",
"got": "^9.0.0",
"querystring": "0.2.0",
"quick.db": "7.0.0-b21"
}
}