UNPKG

stulz-sso-node-sdk-pub

Version:

<p align="center"> <img alt="STULZ Logo" height="100" src="https://www.stulz.com/typo3conf/ext/siteskin/Resources/Public/Images/Logos/logo.svg" title="STULZ-INDIA"/> </p>

41 lines 761 B
{ "name": "stulz-sso-node-sdk-pub", "version": "1.0.11", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "npx tsc --build" }, "author": "", "license": "ISC", "description": "", "dependencies": { "crypto-js": "^4.2.0", "typescript": "^5.8.3" }, "keywords": [ "stulz", "sso", "single-sign-on", "authentication", "node-sdk", "auth-sdk", "auth", "secure-login", "token-validation", "oauth2", "openid", "session-management", "private-package" ], "files": [ "/dist" ], "publishConfig": { "access": "restricted" }, "devDependencies": { "@types/crypto-js": "^4.2.2" } }