{
  "name": "@doxajs/auth-postgres",
  "version": "0.1.0-alpha.33",
  "description": "First-party PostgreSQL email/password, session, and bearer authentication for Doxa.",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/div0ky/doxajs.git",
    "directory": "packages/auth-postgres"
  },
  "homepage": "https://github.com/div0ky/doxajs#readme",
  "bugs": {
    "url": "https://github.com/div0ky/doxajs/issues"
  },
  "keywords": [
    "doxa",
    "framework",
    "authentication",
    "postgresql",
    "security"
  ],
  "type": "module",
  "engines": {
    "node": ">=26.6 <27"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./framework": {
      "types": "./dist/framework.d.ts",
      "default": "./dist/framework.js"
    }
  },
  "files": [
    "dist",
    "migrations",
    "NOTICE"
  ],
  "dependencies": {
    "bcryptjs": "3.0.3",
    "drizzle-orm": "0.45.2",
    "pg": "8.22.0",
    "@doxajs/core": "0.1.0-alpha.33"
  },
  "devDependencies": {
    "@types/pg": "8.20.0"
  },
  "scripts": {}
}