satitm-sso-node/package.json
2024-05-05 16:59:26 +07:00

24 lines
559 B
JSON

{
"name": "satitm-sso-node",
"version": "1.0.0",
"description": "SATITM SSO Backend",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.siwatsystem.com/siwat/satitm-sso-node"
},
"author": "Siwat Sirichai",
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"express-session": "^1.17.2",
"ldapjs": "^2.2.3",
"mysql2": "^3.9.7",
"passport": "^0.4.1",
"passport-saml": "^2.0.0",
"uuid": "^9.0.1"
}
}