This repository was archived by the owner on Feb 3, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.58 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.58 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
58
59
60
{
"name": "tournament-bot",
"version": "1.0.0",
"description": "bot for tournament management",
"main": "src/index.ts",
"dependencies": {
"@keyv/sqlite": "^2.1.0",
"@keyvhq/core": "^1.6.2",
"canvas": "^2.11.0",
"discord.js": "^13.3.1",
"dotenv": "^8.6.0",
"feedparser": "^2.2.10",
"file-saver": "^2.0.5",
"forever": "^0.14.2",
"imap": "^0.8.19",
"imap-simple": "^5.1.0",
"json-simple": "^0.9.6",
"keyv": "^4.0.3",
"mailparser": "^3.5.0",
"node-fetch": "^2.6.5",
"pdf2image": "^1.2.3",
"pdf2pic": "^2.1.4",
"pdfjs-dist": "^2.10.377",
"random-chars": "^1.0.8",
"riot-lol-api": "^4.3.4",
"rss-parser": "^3.12.0",
"sqlite3": "^5.0.2",
"unirest": "^0.6.0"
},
"devDependencies": {
"@types/imap": "^0.8.35",
"@types/keyv": "^3.1.3",
"@types/node": "^16.11.7",
"@types/pdf2image": "^1.2.1",
"@types/sqlite3": "^3.1.7",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"eslint": "^8.2.0",
"lodash": ">=4.17.21",
"ts-node": "^10.4.0",
"typescript": "^4.4.4",
"webpack": "^5.76.3",
"worker-loader": "^3.0.8"
},
"scripts": {
"test": "ping",
"build": "tsc --project tsconfig.json",
"start": "ts-node src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theUpsider/tournament-bot.git"
},
"author": "David Fischer",
"license": "ISC",
"bugs": {
"url": "https://github.com/theUpsider/tournament-bot/issues"
},
"homepage": "https://github.com/theUpsider/tournament-bot#readme"
}