This repository has been archived by the owner on Jan 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
79 lines (79 loc) · 2.36 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
{
"name": "guidebot",
"version": "6.0.0",
"description": "A boilerplate example bot with command handler and reloadable commands. Updated and Maintained by the Idiot's Guide Community",
"main": "index.js",
"scripts": {
"start": "node index.js",
"postinstall": "node util/setup.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/An-Idiots-Guide/guidebot-class.git"
},
"author": "Evelyne Lachance <eslachance@gmail.com> (http://evie.codes)",
"contributors": [
"York (http://anidiots.guide)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/An-Idiots-Guide/guidebot-class/issues"
},
"homepage": "https://github.com/An-Idiots-Guide/guidebot-class#readme",
"dependencies": {
"@allvaa/get-lyrics": "^1.1.3",
"@discordjs/opus": "^0.3.3",
"@keyv/sqlite": "^2.0.2",
"@lavacord/discord.js": "0.0.7",
"better-sqlite-pool": "^0.2.3",
"body-parser": "^1.18.2",
"canvas": "^2.6.1",
"chalk": "^2.3.0",
"commando-mongodb": "^1.1.0",
"commando-provider-keyv": "^2.1.0",
"dblapi.js": "^2.4.1",
"discord-giveaways": "^4.4.2",
"discord-leveling": "^1.1.0",
"discord-xp": "^1.1.7",
"discord.js": "^12.5.1",
"discord.js-commando": "github:discordjs/Commando",
"dotenv": "^8.2.0",
"ejs": "^2.5.7",
"electron-rebuild": "^2.3.4",
"enmap": "^4.8.7",
"express": "^4.16.2",
"express-passport": "^0.1.0",
"express-session": "^1.17.1",
"get-title-at-url": "^1.1.8",
"helmet": "^3.23.3",
"keyv": "^4.0.3",
"klaw": "^2.1.1",
"lava-spotify": "github:Allvaa/lava-spotify#7da0a59",
"lavacord": "^1.1.9",
"marked": "^4.0.10",
"memorystore": "^1.6.0",
"moment": "^2.29.1",
"moment-duration-format": "^1.3.0",
"mongodb": "^3.6.2",
"mongoose": "^5.10.15",
"mongose": "0.0.2-security",
"passport": "^0.4.0",
"passport-discord": "^0.1.4",
"pretty-ms": "^7.0.1",
"quick.db": "^7.1.3",
"quickdb": "^1.0.5",
"readline-sync": "^1.4.9",
"require.js": "^1.0.0",
"snekfetch": "^3.5.8",
"ytdl-core": "^3.4.2"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^11.3.2",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.18.1",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0"
}
}