This commit is contained in:
Your Name
2025-08-17 20:07:36 -04:00
commit d0845a8323
7 changed files with 1411 additions and 0 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"type": "module",
"name": "nostr-oidc-bridge",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"ejs": "^3.1.10",
"express": "^5.1.0",
"jose": "^6.0.12",
"jsonwebtoken": "^9.0.2",
"nostr-tools": "^2.16.2",
"oidc-provider": "^9.4.0",
"ws": "^8.18.3"
}
}