This repository has been archived by the owner on Aug 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.79 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
{
"name": "awkwardbot",
"version": "0.0.3",
"description": "All your bots needs.",
"main": "dist/index.js",
"dependencies": {
"@awkwarddev/djspage": "^1.0.3",
"@types/node": "^14.0.11",
"@types/superagent": "^4.1.7",
"beautify": "0.0.8",
"body-parser": "^1.19.0",
"canvas": "^2.6.1",
"canvas-constructor": "^3.2.0",
"common-tags": "^1.8.0",
"cross-fetch": "^3.0.6",
"dateformat": "^3.0.3",
"dblapi.js": "^2.4.0",
"discord-akairo": "^8.0.0",
"discord.js": "^12.2.0",
"discord.js-pagination": "^1.0.3",
"djs-pagination": "^1.0.2",
"dot-prop": "^5.2.0",
"duncans-api-wrapper": "^1.3.9",
"ejs": "^3.1.3",
"erela.js": "^2.1.1",
"erela.js-spotify": "^1.1.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"format-duration": "^1.3.1",
"fs": "0.0.1-security",
"humanize-duration": "^3.24.0",
"hypixel-api-reborn": "^2.2.8",
"is-hexcolor": "^1.0.0",
"lavalink": "^2.10.0",
"minecraft-api": "0.0.3",
"minecraft-data": "^2.67.0",
"moment": "^2.28.0",
"mongodb": "^3.5.8",
"mongoose": "^5.9.18",
"ms": "^2.1.2",
"node-fetch": "^2.6.1",
"node-os-utils": "^1.3.0",
"object-path": "^0.11.5",
"parse-ms": "^2.1.0",
"passport": "^0.4.1",
"passport-discord": "^0.1.4",
"prismarine-nbt": "^1.3.0",
"radio-browser": "^2.1.3",
"sequelize": "^6.3.3",
"spotify-url-info": "^2.0.0",
"sqlite": "^3.0.6",
"sqlite3": "^4.2.0",
"superagent": "^5.2.2",
"typeorm": "^0.2.29",
"vultrex.haste": "^1.0.1",
"window-fetch": "0.0.13"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Taylor#1837",
"license": "ISC",
"contributors": [
"Dylan L - BFF"
]
}