{
  "name": "@backstage/plugin-auth-backend-module-oidc-provider",
  "version": "0.4.17",
  "description": "The oidc-provider backend module for the auth plugin.",
  "backstage": {
    "role": "backend-plugin-module",
    "pluginId": "auth",
    "pluginPackage": "@backstage/plugin-auth-backend",
    "features": {
      ".": "@backstage/BackendFeature"
    }
  },
  "publishConfig": {
    "access": "public",
    "main": "dist/index.cjs.js",
    "types": "dist/index.d.ts"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/backstage/backstage",
    "directory": "plugins/auth-backend-module-oidc-provider"
  },
  "license": "Apache-2.0",
  "main": "dist/index.cjs.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "config.d.ts"
  ],
  "scripts": {
    "build": "backstage-cli package build",
    "clean": "backstage-cli package clean",
    "lint": "backstage-cli package lint",
    "prepack": "backstage-cli package prepack",
    "postpack": "backstage-cli package postpack",
    "start": "backstage-cli package start",
    "test": "backstage-cli package test"
  },
  "dependencies": {
    "@backstage/backend-plugin-api": "^1.9.2",
    "@backstage/config": "^1.3.8",
    "@backstage/plugin-auth-backend": "^0.29.1",
    "@backstage/plugin-auth-node": "^0.7.2",
    "@backstage/types": "^1.2.2",
    "express": "^4.22.0",
    "openid-client": "^5.5.0",
    "passport": "^0.7.0",
    "zod": "^3.25.76 || ^4.0.0"
  },
  "devDependencies": {
    "@backstage/backend-defaults": "^0.17.3",
    "@backstage/backend-test-utils": "^1.11.4",
    "@backstage/cli": "^0.36.3",
    "cookie-parser": "^1.4.6",
    "express-promise-router": "^4.1.1",
    "express-session": "^1.17.3",
    "jose": "^5.0.0",
    "msw": "^1.3.1",
    "supertest": "^7.0.0"
  },
  "configSchema": "config.d.ts",
  "typesVersions": {
    "*": {
      "package.json": [
        "package.json"
      ]
    }
  }
}