This repository has been archived by the owner on May 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
86 lines (86 loc) · 2.29 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
84
85
86
{
"name": "Azooid",
"version": "2.2.5",
"description": "a discord.js bot with multi commands",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"engines": {
"node": ">=8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RootAndroid58/Azooid-bot.git"
},
"author": "ETHYT",
"contributors": [
"MenuDocs,thesourcecode"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/RootAndroid58/Azooid-bot/issues"
},
"homepage": "https://github.com/RootAndroid58/Azooid-bot#readme",
"dependencies": {
"apextab-api": "^1.0.5",
"async": "^3.2.0",
"axios": "^0.19.2",
"better-sqlite-pool": "^0.2.2",
"better-sqlite3": "^6.0.1",
"big-integer": "^1.6.48",
"body-parser": "^1.18.3",
"canvas": "^2.6.1",
"chalk": "^2.4.2",
"common-tags": "^1.8.0",
"connect-mongo": "^3.2.0",
"connect-timeout": "^1.9.0",
"convert-size": "^1.0.6",
"custom-translate": "^2.2.8",
"dateformat": "^3.0.3",
"discord.js": "^12.0.2",
"diskusage": "^1.1.3",
"dotenv": "^8.2.0",
"ejs": "^2.6.1",
"enmap": "^4.8.7",
"erela.js": "^1.1.7",
"express": "^4.16.4",
"express-passport": "^0.1.0",
"express-session": "^1.15.6",
"firebase": "^7.11.0",
"firebase-admin": "^8.10.0",
"get-urls": "^9.2.0",
"got": "^10.6.0",
"hastebin-gen": "^2.0.5",
"helmet": "^3.21.3",
"https": "^1.0.0",
"inquirer": "^6.3.1",
"klaw": "^3.0.0",
"leven": "^3.1.0",
"marked": "^0.8.0",
"mem-stat": "^1.0.5",
"moment": "^2.24.0",
"moment-duration-format": "^2.3.2",
"net-stat": "^2.0.1",
"node-fetch": "^2.6.0",
"node-schedule": "^1.3.2",
"node-superfetch": "^0.1.10",
"opusscript": "0.0.7",
"os": "^0.1.1",
"overwatch-api": "^0.8.2",
"passport": "^0.4.0",
"passport-discord": "^0.1.3",
"play-audio-url": "^1.0.1",
"promise": "^8.1.0",
"r6api.js": "^1.3.0",
"radio-browser": "^1.5.3",
"request": "^2.88.2",
"serve-favicon": "^2.5.0",
"simple-fortnite-api": "^0.1.9",
"snekfetch": "^4.0.4",
"soundcloud-lookup": "0.0.2",
"steam-id-convertor": "^1.0.1",
"xml": "^1.0.1",
"yet-another-duration": "^1.7.3"
}
}