{
  "name": "saml",
  "version": "4.0.0",
  "engines": {
    "node": ">=12"
  },
  "devDependencies": {
    "@commitlint/cli": "^20.3.1",
    "@commitlint/config-conventional": "^20.3.1",
    "@semantic-release/exec": "^7.0.3",
    "chai": "^4.2.0",
    "husky": "^9.1.7",
    "mocha": "^8.2.0",
    "semantic-release": "^25.0.2",
    "should": "~1.2.1",
    "sinon": "^9.0.2"
  },
  "files": [
    "lib"
  ],
  "main": "./lib",
  "repository": "https://github.com/auth0/node-saml",
  "keywords": [
    "saml",
    "authentication"
  ],
  "author": "Matias Woloski (Auth0)",
  "license": "MIT",
  "dependencies": {
    "@xmldom/xmldom": "^0.7.4",
    "async": "^3.2.4",
    "moment": "^2.29.4",
    "valid-url": "~1.0.9",
    "xml-crypto": "^2.1.3",
    "xml-encryption": "^4.0.0",
    "xml-name-validator": "~2.0.1",
    "xpath": "0.0.5"
  },
  "scripts": {
    "prepare": "husky",
    "test": "mocha"
  }
}
