{
  "name": "passport-saml-next",
  "version": "2.5.4",
  "license": "MIT",
  "keywords": [
    "saml",
    "adfs",
    "sso",
    "shibboleth"
  ],
  "description": "SAML 2.0 authentication strategy for Passport (fork with bugfixes, promises and typescript support)",
  "author": {
    "name": "Henri Bergius",
    "email": "henri.bergius@iki.fi",
    "url": "http://bergie.iki.fi"
  },
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "contributors": [
    "Michael Bosworth",
    "Herbert Vojčík",
    "Peter Loer",
    "Mark Stosberg",
    "Chris Barth",
    "Andrii Kostenko"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Short-io/passport-saml2.git"
  },
  "main": "./lib/passport-saml",
  "types": "./lib/passport-saml",
  "dependencies": {
    "debug": "^4.1.1",
    "passport-strategy": "^1.0.0",
    "xml-crypto": "^1.5.3",
    "xml-encryption": "^1.2.0",
    "xml2js": "^0.4.23",
    "xmlbuilder": "^15.1.1",
    "xmldom": "0.3.x"
  },
  "devDependencies": {
    "@types/debug": "^4.1.5",
    "@types/express": "^4.17.6",
    "@types/node": "^14.0.1",
    "@types/passport-strategy": "^0.2.35",
    "@types/xml-crypto": "^1.4.1",
    "@types/xml2js": "^0.4.5",
    "@types/xmldom": "^0.1.29",
    "@typescript-eslint/eslint-plugin": "^2.33.0",
    "@typescript-eslint/parser": "^2.33.0",
    "body-parser": "^1.19.0",
    "eslint": "^7.0.0",
    "express": "^4.17.1",
    "husky": "^4.2.5",
    "mocha": "^7.1.2",
    "passport": "0.4.x",
    "request": "^2.88.2",
    "should": "*",
    "sinon": "^9.0.2",
    "source-map-support": "^0.5.19",
    "typedoc": "^0.17.7",
    "typescript": "^3.9.2"
  },
  "engines": {
    "node": ">= 10"
  },
  "scripts": {
    "test": "tsc && npm run lint && mocha --require source-map-support/register",
    "lint": "./node_modules/.bin/eslint --ext .js,.ts src",
    "lint:fix": "./node_modules/.bin/eslint --fix src",
    "prepublishOnly": "tsc"
  },
  "husky": {
    "hooks": {
      "pre-commit": "typedoc --out docs src && git add docs"
    }
  }
}
