{
  "name": "@immobiliarelabs/backstage-plugin-ldap-auth-backend",
  "description": "Backstage LDAP Authentication plugin, this packages adds backend authentication and token generation/validation/management; sibling of @immobiliarelabs/backstage-plugin-ldap-auth",
  "version": "5.2.0",
  "main": "./dist/index.cjs.js",
  "types": "./dist/index.d.ts",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:immobiliare/backstage-plugin-ldap-auth.git",
    "directory": "packages/ldap-auth-backend"
  },
  "backstage": {
    "role": "backend-plugin-module",
    "pluginId": "auth",
    "pluginPackage": "@backstage/plugin-auth-backend",
    "features": {
      ".": "@backstage/BackendFeature"
    }
  },
  "scripts": {
    "start": "backstage-cli package start",
    "types": "tsc",
    "build": "backstage-cli package build",
    "lint": "backstage-cli package lint",
    "test": "NODE_OPTIONS=--experimental-vm-modules backstage-cli package test",
    "test:ci": "NODE_OPTIONS=--experimental-vm-modules backstage-cli package test --watch false",
    "clean": "backstage-cli package clean",
    "prepack": "backstage-cli package prepack",
    "postpack": "backstage-cli package postpack"
  },
  "dependencies": {
    "@backstage/backend-plugin-api": "^1.9.0",
    "@backstage/errors": "^1.3.0",
    "@backstage/plugin-auth-node": "^0.7.0",
    "keyv": "^5.6.0",
    "ldap-escape": "^2.0.6",
    "ldapts": "^8.1.7"
  },
  "peerDependencies": {
    "react": "^16.13.1 || ^17.0.0"
  },
  "devDependencies": {
    "@backstage/backend-test-utils": "^1.11.1",
    "@backstage/cli": "^0.36.1",
    "@backstage/plugin-auth-backend": "^0.28.0",
    "@types/ldap-escape": "^2.0.2",
    "@types/node": "^25.5.0",
    "@types/supertest": "^7.2.0",
    "supertest": "^7.2.2",
    "typescript": "^6.0.2"
  },
  "files": [
    "dist"
  ],
  "gitHead": "a08f3ffddfdf1a0e2c66af77ed55784c6d1beb52",
  "typesVersions": {
    "*": {
      "package.json": [
        "package.json"
      ]
    }
  }
}
