{
  "name": "@cedarjs/auth-dbauth-middleware",
  "version": "5.0.3",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cedarjs/cedar.git",
    "directory": "packages/auth-providers/dbAuth/middleware"
  },
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/cjs/index.d.ts",
        "default": "./dist/cjs/index.js"
      }
    }
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "node ./build.mts",
    "build:pack": "yarn pack -o cedarjs-auth-dbauth-middleware.tgz",
    "build:types": "tsc --build --verbose ./tsconfig.build.json",
    "build:types-cjs": "tsc --build --verbose tsconfig.cjs.json",
    "check:attw": "yarn cedar-fwtools-attw",
    "check:package": "concurrently npm:check:attw yarn:publint",
    "prepublishOnly": "NODE_ENV=production yarn build",
    "test": "vitest run",
    "test:watch": "vitest watch"
  },
  "dependencies": {
    "@cedarjs/auth-dbauth-api": "5.0.3",
    "@cedarjs/web": "5.0.3"
  },
  "devDependencies": {
    "@arethetypeswrong/cli": "0.18.4",
    "@cedarjs/api": "5.0.3",
    "@cedarjs/framework-tools": "5.0.3",
    "@cedarjs/graphql-server": "5.0.3",
    "@types/aws-lambda": "8.10.162",
    "concurrently": "9.2.4",
    "publint": "0.3.21",
    "ts-toolbelt": "9.6.0",
    "typescript": "5.9.3",
    "vitest": "3.2.6"
  },
  "engines": {
    "node": ">=24"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
