This repository has been archived by the owner on Feb 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.88 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
{
"name": "cow-tournament-realm",
"version": "2.0.0",
"description": "Official CoW Tournament Realm Discord Bot",
"scripts": {
"clean": "rimraf dist",
"build": "npm run clean && tsc -p . && cp -rf ./src/express/views dist/express/ && cp -rf ./src/express/public dist/express/",
"start": "node dist/index.js",
"dev": "nodemon -w ./src -w ./.env ./src/index.ts"
},
"author": "Alex-Tsvetanov",
"license": "GPL-3.0-or-later",
"dependencies": {
"@types/express": "^4.17.13",
"@types/http-errors": "^1.8.2",
"@types/jest": "26.0.24",
"@types/moment-duration-format": "^2.2.3",
"@types/mongodb": "^4.0.7",
"@types/morgan": "^1.9.3",
"@types/node": "^14.14.10",
"@types/require-all": "^3.0.3",
"@types/supertest": "2.0.11",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"canvas": "^2.9.0",
"chalk": "^4.1.0",
"concurrently": "6.5.1",
"discord.js": "^13.1.0",
"dotenv": "^10.0.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.25.4",
"express": "^4.17.2",
"http-errors": "^1.7.1",
"jest": "26.6.3",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.33",
"mongodb": "^4.3.1",
"morgan": "^1.10.0",
"mutex": "^1.0.2",
"nodemon": "^2.0.6",
"path": "^0.12.7",
"prettier": "2.5.1",
"pug": "^3.0.1",
"require-all": "^3.0.0",
"rimraf": "^3.0.2",
"supertest": "6.2.2",
"ts-jest": "26.5.6",
"ts-mutex": "^1.0.0",
"ts-node": "^9.0.0",
"typescript": "^4.1.2",
"xmlhttprequest": "^1.8.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CoW-Tournament/CoW-Tournament-Bot.git"
},
"bugs": {
"url": "https://github.com/CoW-Tournament/CoW-Tournament-Bot/issues"
},
"homepage": "https://github.com/CoW-Tournament/CoW-Tournament-Bot#readme"
}