21 lines
504 B
JSON
21 lines
504 B
JSON
{
|
|
"type": "module",
|
|
"name": "nostr-oidc-bridge",
|
|
"version": "1.0.0",
|
|
"description": "Nostr OpenID Connect Bridge for OAuth2 authentication",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start": "node app.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": ["nostr", "oidc", "oauth2", "authentication"],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"ejs": "^3.1.10",
|
|
"express": "^5.1.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"nostr-tools": "^2.16.2"
|
|
}
|
|
}
|