{
  "name": "@node-saml/passport-saml",
  "version": "5.1.0",
  "description": "SAML 2.0 authentication strategy for Passport",
  "keywords": [
    "saml",
    "adfs",
    "sso",
    "shibboleth"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/node-saml/passport-saml.git"
  },
  "license": "MIT",
  "author": {
    "name": "Henri Bergius",
    "email": "henri.bergius@iki.fi",
    "url": "http://bergie.iki.fi"
  },
  "contributors": [
    "Michael Bosworth",
    "Herbert Vojčík",
    "Peter Loer",
    "Mark Stosberg",
    "Chris Barth",
    "Andrii Kostenko"
  ],
  "main": "./lib",
  "files": [
    "lib",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "changelog": "gren changelog --override --generate --head master",
    "lint": "eslint --ext .ts \"**/*.ts\" --cache && npm run prettier-check",
    "lint-watch": "onchange -k -p 100 \"**/*.ts\" -- eslint {{file}}",
    "lint:fix": "eslint --ext .ts --fix src && npm run prettier-format",
    "prepare": "tsc",
    "prettier-check": "prettier --config .prettierrc.json --check .",
    "prettier-format": "prettier --config .prettierrc.json --write .",
    "prettier-watch": "npm run prettier-format && onchange -k -p 100 \".\" -- prettier --config .prettierrc.json --write {{file}}",
    "prerelease": "git clean -xfd && npm ci && npm run lint && npm test && npm run build",
    "release": "release-it",
    "test": "npm run tsc && nyc mocha",
    "test-watch": "mocha --watch",
    "tsc": "tsc",
    "tsc-watch": "tsc --watch",
    "update": "npx npm-check-updates -du",
    "update:major": "npx npm-check-updates -i",
    "update:minor": "npx npm-check-updates -i -t minor",
    "watch": "concurrently --kill-others \"npm:*-watch\""
  },
  "dependencies": {
    "@node-saml/node-saml": "^5.1.0",
    "@types/express": "^4.17.23",
    "@types/passport": "^1.0.17",
    "@types/passport-strategy": "^0.2.38",
    "passport": "^0.7.0",
    "passport-strategy": "^1.0.0"
  },
  "devDependencies": {
    "@cjbarth/github-release-notes": "^4.3.0",
    "@eslint/js": "^9.31.0",
    "@istanbuljs/nyc-config-typescript": "^1.0.2",
    "@types/chai": "^5.2.2",
    "@types/mocha": "^10.0.10",
    "@types/node": "^18.19.120",
    "@types/sinon": "^17.0.4",
    "@typescript-eslint/eslint-plugin": "^8.38.0",
    "@typescript-eslint/parser": "^8.38.0",
    "chai": "^4.4.1",
    "choma": "^1.2.1",
    "concurrently": "^9.2.0",
    "eslint": "^9.31.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-chai-friendly": "^1.1.0",
    "eslint-plugin-mocha": "^10.5.0",
    "eslint-plugin-prettier": "^5.5.3",
    "mocha": "^11.7.1",
    "nyc": "^17.1.0",
    "onchange": "^7.1.0",
    "prettier": "^3.6.2",
    "prettier-plugin-packagejson": "^2.5.19",
    "release-it": "^17.11.0",
    "sinon": "^21.0.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.38.0"
  },
  "engines": {
    "node": ">= 18"
  },
  "publishConfig": {
    "access": "public"
  }
}
