{ "name": "@pyre/worker", "version": "0.1.0", "private": true, "type": "module", "description": "PYRE background worker (BullMQ) — async metadata lookup, AI generation, safety checks, tx-confirmation watcher, receipt enrichment.", "scripts": { "build": "tsc -p tsconfig.json", "dev": "tsx watch src/index.ts", "typecheck": "tsc --noEmit", "lint": "echo \"TODO: lint\"", "test": "echo \"TODO: tests\"" }, "dependencies": { "@pyre/config": "workspace:*", "@pyre/core": "workspace:*", "@pyre/db": "workspace:*", "@pyre/prometheus": "workspace:*", "bullmq": "^5.34.0", "ioredis": "^5.4.2" }, "devDependencies": { "@types/node": "^22.10.0", "tsx": "^4.19.2", "typescript": "^5.7.2" } }