{
  "name": "@pdf2html-quality/platform-auth-consumer",
  "version": "0.0.0",
  "private": true,
  "type": "module",
  "scripts": {
    "verify": "npm run typecheck && npm test && npm run build",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "build": "tsc -p tsconfig.build.json"
  },
  "dependencies": {
    "@platform-modules/auth": "0.2.2",
    "@platform-modules/auth-react": "0.0.2",
    "react": "18.3.1",
    "react-dom": "18.3.1"
  },
  "devDependencies": {
    "@types/node": "22.19.21",
    "@types/react": "18.3.28",
    "@types/react-dom": "18.3.7",
    "typescript": "5.9.3",
    "vitest": "3.2.6"
  }
}
