-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 955 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": "bun-todo",
"version": "1.0.50",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bun run --watch src/index.ts",
"format": "prettier --write .",
"lint": "eslint . ",
"lint:fix": "eslint . --fix "
},
"dependencies": {
"@elysiajs/cors": "^1.0.2",
"@elysiajs/jwt": "^1.0.2",
"@types/mongoose": "^5.11.97",
"elysia": "^1.0.23",
"joi": "^17.13.3",
"jose": "^5.4.0",
"jsonwebtoken": "9.0.2",
"mongoose": "^8.0.3",
"pg": "^8.12.0",
"reflect-metadata": "^0.2.2",
"typeorm": "^0.3.20"
},
"devDependencies": {
"@eslint/js": "^9.10.0",
"@types/joi": "^17.2.3",
"bun-types": "latest",
"eslint": "^9.10.0",
"globals": "^15.9.0",
"prettier": "^3.3.3",
"typescript-eslint": "^8.5.0"
},
"module": "src/index.js"
}