{
  "name": "saml2oidc-proxy",
  "version": "0.3.2",
  "description": "A proxy that connects OIDC applications to saml IDPs",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "/dist"
  ],
  "bin": {
    "saml2oidc-proxy": "./dist/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/kenble/saml2oidc-proxy.git"
  },
  "scripts": {
    "dev": "npx ts-node src/index.ts start -c /Users/fctaddia/Documents/saml2oidc-proxy-config/config.json",
    "build": "tsc",
    "publish-lib": "npm run build && npm publish"
  },
  "author": "Taddia Francesco <fctaddia@duck.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://gitlab.com/kenble/saml2oidc-proxy/-/issues"
  },
  "homepage": "https://gitlab.com/kenble/saml2oidc-proxy/-/blob/main/README.md",
  "keywords": [
    "saml2",
    "oidc",
    "typescript",
    "library"
  ],
  "dependencies": {
    "commander": "~14.0.3",
    "express": "~5.2.1",
    "express-session": "~1.19.0",
    "helmet": "~8.1.0",
    "morgan": "~1.10.1",
    "oidc-provider": "~9.7.1",
    "saml2-js": "~4.0.4",
    "winston": "~3.19.0",
    "xml-formatter": "~3.7.0"
  },
  "devDependencies": {
    "@types/express": "~5.0.6",
    "@types/express-session": "~1.18.2",
    "@types/morgan": "~1.9.10",
    "@types/node": "~25.5.0",
    "@types/oidc-provider": "~9.5.0",
    "@types/saml2-js": "~3.0.4",
    "typescript": "~6.0.2"
  }
}
