{ "name": "personal-oidc", "version": "1.0.0", "main": "main.ts", "type": "module", "dependencies": { "@types/oidc-provider": "^9.11.0", "cookie-parser": "^1.4.7", "dotenv": "^17.4.2", "express": "^5.2.1", "handlebars": "^4.7.9", "jsonwebtoken": "^9.0.3", "oidc-provider": "^9.11.1", "openid-client": "^6.8.4", "uid": "^2.0.2", "undici-types": "^8.3.0", "@types/cookie-parser": "^1.4.10", "@types/express": "^5.0.6", "@types/jsonwebtoken": "^9.0.10", "@types/node": "^26.1.2", "@types/openid-client": "^3.1.6" }, "scripts": { "start": "node provider.ts", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/sjkillen/personal-oidc.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/sjkillen/personal-oidc/issues" }, "homepage": "https://github.com/sjkillen/personal-oidc#readme", "description": "" }