forked from elara-bots-archived/PublicBot-V2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.21 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
{
"name": "publicbot",
"version": "2.0.0",
"engines": {
"node": "^10.6.0"
},
"scripts": {
"start": "node bot.js"
},
"dependencies": {
"array-sort": "^1.0.0",
"canvas": "github:Automattic/node-canvas#92b192447e9b9ae98da0f801e4e34afdd1dc1ef8",
"canvas-constructor": "^1.1.2",
"dblapi.js": "^2.2.0",
"discord.js": "^11.4.2",
"discord.js-commando": "^0.10.0",
"discordbots": "^1.1.4",
"emoji-regex": "^7.0.1",
"figlet": "^1.2.0",
"fortnite": "^4.1.1",
"fs-nextra": "^0.3.7",
"fuse.js": "^3.2.1",
"got": "^9.2.2",
"hastebin-gen": "^1.3.1",
"humanize-duration": "^3.15.1",
"jimp": "^0.5.0",
"mathjs": "^5.1.2",
"moment": "^2.22.2",
"moment-duration-format": "^2.2.2",
"moment-timezone": "^0.5.21",
"morse-node": "^0.1.1",
"ms": "^2.1.1",
"node-fetch": "^2.2.0",
"opusscript": "0.0.6",
"path": "^0.12.7",
"querystring": "^0.2.0",
"random-puppy": "^1.1.0",
"simple-youtube-api": "^5.0.2",
"snekfetch": "^4.0.4",
"spacetime": "^4.4.0",
"superagent": "^3.8.3",
"table": "^5.0.2",
"url": "^0.11.0",
"weather-js": "^2.0.0",
"youtube-search": "^1.1.1",
"ytdl-core": "^0.25.2"
}
}