{ "name": "@regalami/faceai-processor", "private": true, "type": "module", "scripts": { "dev": "node --watch src/worker.js", "build": "node -e \"console.log('processor build not required')\"", "start": "node src/worker.js" }, "dependencies": { "bullmq": "^5.48.1", "ioredis": "^5.4.1" } }