-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 796 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 796 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": "ely",
"version": "0.0.50",
"scripts": {
"dev": "bun run --watch src/index.ts",
"prepare": "husky"
},
"lint-staged": {
"**/*.{js,mjs,cjs,ts,mts,cts}": [
"eslint --fix"
]
},
"dependencies": {
"@elysiajs/swagger": "^1.3.1",
"@prisma/client": "^6.14.0",
"elysia": "latest",
"jsonwebtoken": "^9.0.2"
},
"devDependencies": {
"@elysiajs/eden": "^1.3.2",
"@eslint/js": "^9.30.0",
"@faker-js/faker": "^9.9.0",
"@types/jsonwebtoken": "^9.0.10",
"bun-types": "latest",
"eslint": "^9.30.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.5.1",
"globals": "^16.2.0",
"husky": "^9.1.7",
"lint-staged": "^16.1.2",
"prisma": "^6.14.0",
"typescript-eslint": "^8.35.0"
}
}