Files
ldap-to-oauth2/package.json
2025-10-08 11:12:59 -04:00

18 lines
325 B
JSON

{
"name": "ldap-oauth-bridge",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"axios": "^1.12.2",
"ldapjs": "^3.0.7"
}
}