-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 738 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 738 Bytes
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
{
"name": "kicktipp-discord-webhook",
"version": "2.0.0",
"description": "Discord webhook integration for Kicktipp game predictions",
"main": "dist/index.js",
"scripts": {
"dev": "tsx index.ts",
"build": "tsc",
"start": "node dist/index.js"
},
"keywords": [
"kicktipp",
"discord",
"webhook",
"cron"
],
"author": "MrAlexand0r",
"license": "GPL-3.0-or-later",
"dependencies": {
"date-fns": "^4.4.0",
"dotenv": "^17.2.3",
"fetch-cookie": "^3.0.1",
"node-html-parser": "^7.0.1",
"tough-cookie": "^5.1.2"
},
"devDependencies": {
"@biomejs/biome": "2.5.0",
"@types/node": "^25.9.2",
"@types/tough-cookie": "^4.0.5",
"discord-api-types": "^0.38.48",
"tsx": "^4.20.3",
"typescript": "^5.9.3"
}
}