{
  "name": "juntora-workers",
  "version": "1.0.0",
  "description": "Background workers for Juntora (Crawling, AI, Orchestration)",
  "main": "index.js",
  "scripts": {
    "start": "node index.js",
    "start:crawler": "node crawler/worker.js",
    "start:ai": "node ai/worker.js",
    "dev": "nodemon index.js"
  },
  "dependencies": {
    "@aws-sdk/client-s3": "^3.454.0",
    "axios": "^1.13.3",
    "bullmq": "^4.14.0",
    "dotenv": "^16.3.1",
    "ioredis": "^5.3.2",
    "nodemailer": "^8.0.1",
    "pg": "^8.11.3",
    "playwright": "^1.40.0",
    "sequelize": "^6.35.0"
  },
  "devDependencies": {
    "nodemon": "^3.0.2"
  }
}
