-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 768 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 768 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
{
"name": "@court-base/auth-proxy",
"private": true,
"type": "module",
"scripts": {
"build": "nitro build",
"clean": "rm -rf .turbo node_modules",
"lint": "eslint",
"format": "prettier --check . --ignore-path ../../.gitignore",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@auth/core": "0.32.0"
},
"devDependencies": {
"@court-base/eslint-config": "workspace:*",
"@court-base/prettier-config": "workspace:*",
"@court-base/tailwind-config": "workspace:*",
"@court-base/tsconfig": "workspace:*",
"@types/node": "^20.16.1",
"eslint": "catalog:",
"h3": "^1.12.0",
"nitropack": "^2.9.7",
"prettier": "catalog:",
"typescript": "catalog:"
},
"prettier": "@court-base/prettier-config"
}