first commit
This commit is contained in:
20
package.json
Normal file
20
package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "baron-sso-server-side-demo",
|
||||
"version": "1.0.0",
|
||||
"description": "Baron SSO server-side app demo",
|
||||
"main": "app.js",
|
||||
"scripts": {
|
||||
"start": "node app.js"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"dotenv": "^17.4.2",
|
||||
"ejs": "^5.0.2",
|
||||
"express": "^5.2.1",
|
||||
"express-session": "^1.19.0",
|
||||
"jose": "^6.1.0",
|
||||
"openid-client": "^6.8.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user