-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.11 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
{
"name": "kdmdiscordbot",
"author": "AlexCPU",
"version": "0.1.0",
"description": "Discord bot for assisting playing KDM online",
"private": true,
"repository": "github:AlexCPU/KDMDiscordBot",
"bugs": "https://github.com/AlexCPU/KDMDiscordBot/issues",
"homepage": "https://github.com/AlexCPU/KDMDiscordBot",
"scripts": {
"build": "tsc",
"serve": "node build/index.js",
"start": "npm run build && npm run serve"
},
"license": "GPL-3.0-or-later",
"dependencies": {
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"discord.js": "^11.6.4",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"node-cache": "^5.1.1",
"pug": "^3.0.0",
"shuffle": "^0.2.2",
"socket.io": "^2.3.0",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^4.5.0"
},
"devDependencies": {
"@types/express": "^4.17.8",
"@types/node": "^14.6.3",
"@types/socket.io-client": "^1.4.34",
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",
"eslint": "^7.11.0",
"typescript": "^4.0.3"
}
}