{
  "name": "@rareindex/workers",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "scripts": {
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "vitest run --passWithNoTests",
    "start": "tsx main.ts"
  },
  "dependencies": {
    "@rareindex/connectors": "workspace:*",
    "@rareindex/database": "workspace:*",
    "@rareindex/indices": "workspace:*",
    "@rareindex/notify": "workspace:*",
    "@rareindex/shared": "workspace:*",
    "@rareindex/taxonomy": "workspace:*",
    "@rareindex/valuation": "workspace:*",
    "drizzle-orm": "^0.45.0",
    "pg-boss": "^12.0.0",
    "postgres": "^3.4.7",
    "sharp": "^0.35.0",
    "zod": "^4.0.0"
  },
  "devDependencies": {
    "@types/node": "^24.0.0",
    "tsx": "^4.20.0",
    "typescript": "^5.9.3",
    "vitest": "^3.2.0"
  }
}
