{
  "name": "@realchemistry/auth-guard",
  "version": "2.2.3",
  "description": "Sealed OIDC + PKCE chassis for Real Chemistry's Auth Hub. `auth-guard serve` runs the auth front door; consumer apps stay blind to OIDC and read identity from x-rc-user-* headers.",
  "license": "SEE LICENSE IN LICENSE",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lglynnrc/Replit-App-Starter-Template.git",
    "directory": "packages/auth-guard"
  },
  "homepage": "https://github.com/lglynnrc/Replit-App-Starter-Template/tree/main/packages/auth-guard#readme",
  "bugs": {
    "url": "https://github.com/lglynnrc/Replit-App-Starter-Template/issues"
  },
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "bin": {
    "auth-guard": "dist/probe.js"
  },
  "files": [
    "dist",
    "skill",
    "scripts",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {
    "cookie-parser": "^1.4.7",
    "express": "^4.21.2",
    "http-proxy-middleware": "^3.0.3",
    "jose": "^5.9.6"
  },
  "devDependencies": {
    "@types/cookie-parser": "^1.4.10",
    "@types/express": "^5.0.6",
    "@types/node": "^25.3.3",
    "typescript": "^5.9.3"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "postinstall": "node scripts/install-skill.mjs"
  },
  "publishConfig": {
    "access": "public"
  }
}
