{
  "name": "@doxajs/queue-pg-boss",
  "version": "0.1.0-alpha.33",
  "description": "The first-party pg-boss queue, worker, outbox, and scheduling adapter for Doxa.",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/div0ky/doxajs.git",
    "directory": "packages/queue-pg-boss"
  },
  "homepage": "https://github.com/div0ky/doxajs#readme",
  "bugs": {
    "url": "https://github.com/div0ky/doxajs/issues"
  },
  "keywords": [
    "doxa",
    "framework",
    "queue",
    "pg-boss",
    "scheduler"
  ],
  "type": "module",
  "engines": {
    "node": ">=26.6 <27"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "migrations",
    "NOTICE"
  ],
  "dependencies": {
    "cron-parser": "5.6.1",
    "pg": "8.22.0",
    "pg-boss": "12.26.0",
    "@doxajs/core": "0.1.0-alpha.33"
  },
  "devDependencies": {
    "@types/pg": "8.20.0"
  },
  "scripts": {}
}