mirror of
https://github.com/Infisical/infisical.git
synced 2026-05-02 03:02:03 -04:00
22 lines
395 B
JSON
22 lines
395 B
JSON
{
|
|
"name": "oidc-server",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node main.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"axios": "^1.12.0",
|
|
"dotenv": "^16.4.7",
|
|
"express": "^4.21.2",
|
|
"form-data": "^4.0.2",
|
|
"jose": "^6.0.10",
|
|
"oidc-provider": "^9.5.1"
|
|
}
|
|
}
|