-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.24 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
{
"name": "etit-master",
"version": "2.3.0",
"license": "MIT",
"description": "[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](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": {
"@discordjs/rest": "^2.4.0",
"discord-api-types": "^0.37.103",
"discord.js": "^14.16.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"fs": "^0.0.1-security",
"https": "^1.0.0",
"i18next": "^23.16.2",
"i18next-fs-backend": "^2.3.2",
"luxon": "^3.5.0",
"moment": "^2.30.1",
"moment-timezone": "^0.5.46",
"node-ical": "^0.19.0",
"node-schedule": "^2.1.1",
"os": "^0.1.2",
"pm2": "^5.4.2",
"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.11.0",
"@typescript-eslint/parser": "^8.11.0",
"eslint": "^9.13.0"
}
}