forked from MrTalon63/ReTLEctor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 695 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 695 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
35
{
"name": "retlector",
"module": "main.ts",
"type": "module",
"private": true,
"author": {
"name": "Marcin Czop",
"url": "https://mrtalon.eu"
},
"license": "MIT",
"scripts": {
"start": "bun run src/main.ts",
"dev": "bun run --watch src/main.ts"
},
"version": "0.3.1",
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"@bogeychan/elysia-logger": "^0.1.10",
"@elysiajs/html": "^1.4.0",
"@keyv/redis": "^5.1.6",
"elysia": "^1.4.26",
"keyv": "^5.6.0",
"keyv-file": "^5.3.3",
"pino": "^10.3.1",
"pino-loki": "^3.0.0",
"pino-pretty": "^13.1.3",
"prom-client": "^15.1.3",
"tle": "^3.0.1"
}
}