{ "name": "orchestrator-service", "version": "1.0.0", "description": "Marketing Agent Orchestrator Service", "main": "src/index.js", "type": "module", "scripts": { "start": "node src/index.js", "dev": "nodemon src/index.js", "test": "jest" }, "dependencies": { "@hapi/hapi": "^21.3.2", "@hapi/joi": "^17.1.1", "bullmq": "^5.1.0", "ioredis": "^5.3.2", "pg": "^8.11.3", "sequelize": "^6.35.2", "xstate": "^5.5.1", "winston": "^3.11.0", "dotenv": "^16.4.1", "uuid": "^9.0.1", "jsonwebtoken": "^9.0.2", "axios": "^1.6.5", "amqplib": "^0.10.3", "prom-client": "^15.1.0" }, "devDependencies": { "nodemon": "^3.0.3", "jest": "^29.7.0" } }