{
  "name": "@backstage/plugin-auth-backend-module-gcp-iap-provider",
  "version": "0.4.18",
  "description": "A GCP IAP auth provider module for the Backstage auth backend",
  "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"
  },
  "keywords": [
    "backstage"
  ],
  "homepage": "https://backstage.io",
  "repository": {
    "type": "git",
    "url": "https://github.com/backstage/backstage",
    "directory": "plugins/auth-backend-module-gcp-iap-provider"
  },
  "license": "Apache-2.0",
  "main": "dist/index.cjs.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "config.schema.json"
  ],
  "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.10.0",
    "@backstage/errors": "^1.3.1",
    "@backstage/plugin-auth-node": "^0.7.4",
    "@backstage/types": "^1.2.2",
    "google-auth-library": "^9.0.0",
    "zod": "^3.25.76 || ^4.0.0"
  },
  "devDependencies": {
    "@backstage/backend-test-utils": "^1.11.6",
    "@backstage/cli": "^0.36.5",
    "express": "^4.22.0"
  },
  "configSchema": "config.schema.json",
  "typesVersions": {
    "*": {
      "package.json": [
        "package.json"
      ]
    }
  }
}