mirror of
https://github.com/immich-app/immich.git
synced 2026-05-13 02:58:25 -04:00
18 lines
355 B
JSON
18 lines
355 B
JSON
{
|
|
"name": "@immich/e2e-auth-server",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "auth-server.ts",
|
|
"scripts": {
|
|
"start": "tsx startup.ts"
|
|
},
|
|
"devDependencies": {
|
|
"jose": "^6.0.0",
|
|
"@types/oidc-provider": "^9.0.0",
|
|
"oidc-provider": "^9.0.0",
|
|
"tsx": "^4.20.6"
|
|
},
|
|
"packageManager": "pnpm@10.33.4"
|
|
}
|