UNPKG

samlify

Version:

High-level API for Single Sign On (SAML 2.0)

65 lines (64 loc) 1.69 kB
{ "name": "samlify", "version": "2.10.2", "description": "High-level API for Single Sign On (SAML 2.0)", "main": "build/index.js", "keywords": [ "nodejs", "saml2", "sso", "slo", "metadata" ], "typings": "types/index.d.ts", "scripts": { "build": "yarn audit;make rebuild", "docs:dev": "vitepress dev docs", "docs:build": "vitepress build docs", "docs:preview": "vitepress preview docs", "lint": "tslint -p .", "lint:fix": "tslint -p . --fix", "pretest": "make pretest", "test": "NODE_ENV=test vitest run", "test:watch": "NODE_ENV=test vitest", "coverage": "vitest run --coverage", "hooks:postinstall": "ln -sf $PWD/.pre-commit.sh $PWD/.git/hooks/pre-commit" }, "contributors": [ "Tony Ngan <tonynwk919@gmail.com>" ], "author": "tngan", "repository": { "url": "https://github.com/tngan/samlify", "type": "git" }, "license": "MIT", "dependencies": { "@authenio/xml-encryption": "^2.0.2", "@xmldom/xmldom": "^0.8.6", "camelcase": "^6.2.0", "node-forge": "^1.3.0", "node-rsa": "^1.1.1", "pako": "^1.0.10", "uuid": "^8.3.2", "xml": "^1.0.1", "xml-crypto": "^6.1.2", "xml-escape": "^1.1.0", "xpath": "^0.0.32" }, "devDependencies": { "@authenio/samlify-xsd-schema-validator": "^1.0.5", "@types/node": "^11.11.3", "@types/node-forge": "^1.0.1", "@types/node-rsa": "^1.1.1", "@types/pako": "^1.0.1", "@types/uuid": "^8.3.4", "@types/xmldom": "^0.1.31", "timekeeper": "^2.2.0", "ts-node": "^10.7.0", "tslint": "^6.1.3", "typescript": "^4.4.2", "vitepress": "^1.0.0", "vitest": "^1.0.0" } }