43 lines
1.3 KiB
JSON
43 lines
1.3 KiB
JSON
{
|
|
"name": "@janishutz/oidc-login-sdk",
|
|
"version": "1.0.0",
|
|
"description": "Simple, limited wrapper on top of passport for oidc authentication, used by my FOSS projects",
|
|
"keywords": [
|
|
"oidc",
|
|
"auth"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.janishutz.com/janishutz-account/auth"
|
|
},
|
|
"license": "GPL-3.0-or-later",
|
|
"author": "Janis Hutz",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"express": "^5.2.1",
|
|
"express-session": "^1.19.0",
|
|
"openid-client": "^6.8.8",
|
|
"passport": "^0.7.0",
|
|
"passport-openidconnect": "^0.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@stylistic/eslint-plugin": "^5.10.0",
|
|
"@types/express": "^5.0.6",
|
|
"@types/express-session": "^1.19.0",
|
|
"@types/node": "^22.20.2",
|
|
"@types/openid-client": "^3.1.6",
|
|
"@types/passport": "^1.0.17",
|
|
"@types/passport-openidconnect": "^0.1.3",
|
|
"eslint": "^10.10.0",
|
|
"eslint-plugin-vue": "^10.11.0",
|
|
"globals": "^17.12.0",
|
|
"typescript": "^6.0.3",
|
|
"typescript-eslint": "^8.70.0"
|
|
}
|
|
}
|