{ "name": "@stargue/scheduler", "version": "0.1.0", "private": true, "type": "module", "scripts": { "build": "tsc --noEmit", "dev": "bun --watch src/worker.ts", "typecheck": "tsc --noEmit", "test": "vitest run", "lint": "echo 'lint pending'" }, "dependencies": { "@stargue/linkedin-client": "workspace:*", "@stargue/schema": "workspace:*", "@stargue/observability": "workspace:*", "bullmq": "^5.30.0", "ioredis": "^5.4.0" }, "devDependencies": { "vitest": "^2.1.0", "typescript": "^5.7.0" } }