{
  "name": "@backstage/plugin-auth-backend-module-vmware-cloud-provider",
  "version": "0.5.18",
  "description": "The vmware-cloud-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-vmware-cloud-provider"
  },
  "license": "Apache-2.0",
  "main": "dist/index.cjs.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "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.1",
    "@backstage/catalog-model": "^1.10.1",
    "@backstage/plugin-auth-node": "^0.7.6",
    "@types/passport-oauth2": "^1.4.15",
    "jose": "^5.0.0",
    "passport-oauth2": "^1.6.1"
  },
  "devDependencies": {
    "@backstage/backend-defaults": "^0.18.0",
    "@backstage/backend-test-utils": "^1.11.7",
    "@backstage/cli": "^0.36.6",
    "@backstage/config": "^1.3.9",
    "@backstage/errors": "^1.3.1",
    "@backstage/plugin-auth-backend": "^0.30.1",
    "@backstage/types": "^1.2.2",
    "msw": "^2.0.8",
    "supertest": "^7.0.0"
  },
  "typesVersions": {
    "*": {
      "package.json": [
        "package.json"
      ]
    }
  }
}