{
  "name": "saml-login",
  "version": "0.1.60",
  "description": "SAML 2.0 implementation for Node.js",
  "keywords": [
    "saml",
    "adfs",
    "sso",
    "saml login",
    "login",
    "passport",
    "node-saml",
    "saml2",
    "saml2.0",
    "saml-login",
    "saml-authentication",
    "saml-sp",
    "saml-idp",
    "openid",
    "authentication",
    "service provider",
    "identity provider",
    "SP initiated",
    "IdP initiated",
    "Assertions"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Authress-Engineering/saml-login.js"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "Authress Developers",
    "email": "support@authress.io",
    "url": "https://authress.io"
  },
  "contributors": [
    "Authress Developers"
  ],
  "main": "./lib",
  "files": [
    "lib",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "lint": "eslint --ext .ts \"**/*.ts\" --cache",
    "test": "npm run lint && tsc -p tsconfig-test.json & mocha"
  },
  "dependencies": {
    "@xmldom/xmldom": "^0.7",
    "xml-crypto": "^2.1.6",
    "xml-encryption": "^1.3",
    "xml2js": "^0.4",
    "xmlbuilder": "^15.1"
  },
  "devDependencies": {
    "@types/chai": "^4.3.11",
    "@types/mocha": "^8.2.2",
    "@types/node": "^14.14.44",
    "@types/qs": "^6.9.6",
    "@types/request": "^2.48.5",
    "@types/sinon": "^10.0.0",
    "@types/xml-crypto": "^1.4.1",
    "@types/xml-encryption": "^1.2.0",
    "@types/xml2js": "^0.4.8",
    "@typescript-eslint/eslint-plugin": "^4.23.0",
    "@typescript-eslint/parser": "^4.23.0",
    "body-parser": "^1.19.0",
    "chai": "^4.3.10",
    "choma": "^1.2.1",
    "ci-build-tools": "^1.0.13",
    "commander": "^8.1.0",
    "concurrently": "^6.1.0",
    "eslint": "^7.26.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^3.4.0",
    "express": "^4.17.1",
    "fs-extra": "^10.0.0",
    "github-release-notes": "^0.17.3",
    "mocha": "^8.4.0",
    "nodemon": "^2.0.19",
    "onchange": "^7.1.0",
    "prettier": "^2.3.0",
    "prettier-plugin-packagejson": "^2.2.11",
    "release-it": "^14.6.2",
    "request": "^2.83.0",
    "should": "^13.2.3",
    "sinon": "^10.0.0",
    "ts-node": "^9.1.1",
    "typescript": "^4.2.4"
  },
  "engines": {
    "node": ">= 18"
  }
}
