-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
66 lines (66 loc) · 1.62 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
{
"name": "wynntils-bot",
"version": "2.1.1",
"description": "Discord bot for the Wynntils Server",
"main": "dist/index.js",
"scripts": {
"start": "node -r dotenv/config ./dist/index.js",
"prod": "node ./dist/index.js",
"build": "tsc",
"lint": "eslint . --ext .ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Wynntils/Wynntils-Bot.git"
},
"keywords": [
"Discord",
"Bot"
],
"contributors": [
{
"name": "HighCrit",
"email": "highcrit@wynntils.com",
"url": "https://github.com/HighCrit"
},
{
"name": "Scyu_",
"email": "Scyu_@wynntils.com",
"url": "https://github.com/DevScyu"
},
{
"name": "Chromium",
"email": "chromium@wynntils.com",
"url": "https://github.com/DevChromium"
}
],
"license": "AGPL-3.0-only",
"bugs": {
"url": "https://github.com/Wynntils/Wynntils-Bot/issues"
},
"homepage": "https://wynntils.com",
"dependencies": {
"bufferutil": "^4.0.3",
"consola": "^2.15.3",
"discord.js": "^13.6.0",
"erlpack": "github:discord/erlpack",
"fastest-levenshtein": "^1.0.12",
"mongodb": "^3.7.3",
"node-fetch": "^2.6.7",
"require-all": "^3.0.0",
"slash-create": "^5.1.0",
"typeorm": "^0.3.6",
"utf-8-validate": "^5.0.5",
"zlib-sync": "^0.1.7"
},
"devDependencies": {
"dotenv": "^10.0.0",
"@types/node": "^15.6.0",
"@types/node-fetch": "^2.5.10",
"@types/require-all": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"eslint": "^7.27.0",
"typescript": "^4.2.4"
}
}