{
  "name": "@nikx/dory-worker",
  "version": "1.1.11",
  "description": "Standalone BullMQ worker for Dory – runs on any machine with Docker (including Raspberry Pi)",
  "main": "dist/cli.js",
  "bin": {
    "dory-worker": "dist/cli.js"
  },
  "files": [
    "dist",
    "scripts/setup-worker.sh",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "start": "node dist/cli.js",
    "dev": "npx ts-node --project tsconfig.json src/cli.ts",
    "test": "npx ts-node --project tsconfig.json test/harness.ts",
    "test:unit": "TS_NODE_PROJECT=tsconfig.json node --require ts-node/register --test test/unit.test.ts",
    "test:distributed": "DISTRIBUTED=true npx ts-node --project tsconfig.json test/harness.ts",
    "test:all": "npx ts-node --project tsconfig.json scripts/run-all-tests.ts",
    "prepare": "npm run build"
  },
  "keywords": [
    "dory",
    "bullmq",
    "worker",
    "crawlee",
    "scraping"
  ],
  "author": "",
  "license": "ISC",
  "engines": {
    "node": ">=20.6.0"
  },
  "dependencies": {
    "bullmq": "^5.70.1",
    "ioredis": "5.10.1"
  },
  "devDependencies": {
    "@types/node": "^20.19.27",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3"
  }
}
