-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
49 lines (49 loc) · 1.19 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
{
"name": "lutu",
"version": "0.0.5",
"description": "The only moderation bot you need for your discord server, with a ban list, automod and more.",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/MrAugu/lutu-bot.git"
},
"keywords": [
"discord.js",
"discord",
"bot",
"node.js"
],
"author": "MrAugu#9016",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/MrAugu/lutu-bot/issues"
},
"homepage": "https://gitlab.com/MrAugu/lutu-bot#readme",
"dependencies": {
"body-parser": "^1.18.3",
"chalk": "^2.4.1",
"dblapi.js": "^2.3.0",
"discord.js": "github:discordjs/discord.js",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-session": "^1.15.6",
"helmet": "^3.21.1",
"klaw": "^3.0.0",
"marked": "^0.7.0",
"memorystore": "^1.6.0",
"moment": "^2.23.0",
"moment-duration-format": "^2.2.2",
"mongoose": "^5.4.0",
"ms": "^2.1.1",
"passport": "^0.4.0",
"passport-discord": "^0.1.3",
"pretty-ms": "^4.0.0",
"request": "^2.88.0",
"sightengine": "^1.3.1",
"snekfetch": "^4.0.4",
"valid-url": "^1.0.9"
}
}