mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-30 11:19:12 +01:00
32 lines
795 B
JSON
32 lines
795 B
JSON
{
|
|
"name": "@alparr/auth-proxy",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "nitro build",
|
|
"clean": "rm -rf .turbo node_modules",
|
|
"dev": "nitro dev --port 3001",
|
|
"lint": "eslint .",
|
|
"format": "prettier --check . --ignore-path ../../.gitignore",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@auth/core": "^0.18.4"
|
|
},
|
|
"devDependencies": {
|
|
"@alparr/eslint-config": "workspace:^0.2.0",
|
|
"@alparr/prettier-config": "workspace:^0.1.0",
|
|
"@alparr/tsconfig": "workspace:^0.1.0",
|
|
"eslint": "^8.53.0",
|
|
"nitropack": "^2.8.1",
|
|
"prettier": "^3.1.0",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"extends": [
|
|
"@alparr/eslint-config/base"
|
|
]
|
|
},
|
|
"prettier": "@alparr/prettier-config"
|
|
} |