mirror of
https://github.com/immich-app/immich.git
synced 2026-04-17 16:11:55 -04:00
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Dietzler <mail@ddietzler.dev>
16 lines
300 B
JSON
16 lines
300 B
JSON
{
|
|
"name": "@immich/e2e-auth-server",
|
|
"version": "0.1.0",
|
|
"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"
|
|
}
|
|
}
|