forked from Wynntils/Wynntils-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.38 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.38 KB
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
{
"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",
"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"
}
],
"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": "^12.5.3",
"dotenv": "^10.0.0",
"erlpack": "github:discord/erlpack",
"node-fetch": "^2.6.1",
"require-all": "^3.0.0",
"slash-create": "^3.2.1",
"utf-8-validate": "^5.0.5",
"zlib-sync": "^0.1.7"
},
"devDependencies": {
"@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"
}
}