-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 875 Bytes
/
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
{
"name": "sotf-mods-api",
"version": "1.0.50",
"scripts": {
"start": "bun src/index.ts",
"dev": "bun run --watch src/index.ts"
},
"dependencies": {
"@bogeychan/elysia-logger": "^0.0.16",
"@elysiajs/static": "^0.8.1",
"@elysiajs/swagger": "^0.8.3",
"@grotto/logysia": "^0.1.1",
"@prisma/client": "^5.8.1",
"@projectstorm/react-diagrams": "^7.0.3",
"@types/jsonwebtoken": "^9.0.5",
"@types/pug": "^2.0.10",
"@types/sanitize-html": "^2.9.5",
"@types/semver": "^7.5.6",
"elysia": "^0.8.9",
"fastest-levenshtein": "^1.0.16",
"jose": "^5.2.0",
"jsonwebtoken": "^9.0.2",
"pug": "^3.0.2",
"sanitize-html": "^2.11.0",
"semver": "^7.5.4",
"sharp": "^0.33.2",
"slugify": "^1.6.6"
},
"devDependencies": {
"bun-types": "latest",
"prisma": "^5.3.1"
},
"module": "src/index.js"
}