This repository was archived by the owner on Dec 23, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) 路 1.17 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) 路 1.17 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
{
"name": "etit-master",
"version": "2.3.0",
"license": "MIT",
"description": "[](https://ko-fi.com/G2G54TZ2T)",
"main": "index.ts",
"repository": "https://github.com/Chr1s70ph/ETIT-Master-JS.git",
"bugs": {
"url": "https://github.com/Chr1s70ph/ETIT-Master-JS/issues"
},
"homepage": "https://github.com/Chr1s70ph/ETIT-Master-JS#readme",
"author": "Christoph Bluem",
"dependencies": {
"discord.js": "^14.19.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.4.0",
"fs": "^0.0.1-security",
"https": "^1.0.0",
"i18next": "^23.16.8",
"i18next-fs-backend": "^2.6.0",
"luxon": "^3.6.1",
"moment": "^2.30.1",
"moment-timezone": "^0.5.48",
"node-ical": "^0.19.0",
"node-schedule": "^2.1.1",
"os": "^0.1.2",
"pm2": "^5.4.3",
"tenorjs": "^1.0.10",
"tx2": "^1.0.5",
"valid-url": "^1.0.9"
},
"devDependencies": {
"@types/node-schedule": "^2.1.7",
"@types/tx2": "^1.0.3",
"@typescript-eslint/eslint-plugin": "^8.32.0",
"@typescript-eslint/parser": "^8.32.0",
"eslint": "^9.26.0"
}
}