-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 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
{
"name": "kildrath-bot",
"version": "2.2.0",
"description": "Discord bot that bring World Of Warcraft to your Discord",
"main": "bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node bot.js"
},
"keywords": [
"warcraftlogs",
"warcraft",
"discord",
"benftwc",
"kildrath"
],
"author": "Benjamin \"Benftwc\" <benftwc@gmail.com>",
"license": "WTFPL",
"dependencies": {
"better-sqlite-pool": "^0.3.0",
"chalk": "^5.2.0",
"dblapi.js": "^2.2.0",
"discord.js": "^14.14.1",
"enmap": "^5.9.5",
"get-json": "^1.0.1",
"jsdom": "^21.1.0",
"lodash": "^4.17.15",
"moment": "^2.22.2",
"url": "^0.11.0",
"url-exists": "^1.0.3"
},
"bugs": {
"url": "https://gitlab.com/benftwc/kildrath-bot/issues"
},
"homepage": "https://discordbots.org/bot/484127854326710300",
"engines": {
"node": "10.9.0"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/benftwc/kildrath-bot.git"
}
}