{ "name": "@mosaic/orchestrator", "version": "0.0.6", "private": true, "type": "module", "main": "dist/main.js", "scripts": { "dev": "tsx watch src/main.ts", "build": "tsc", "test": "vitest", "test:watch": "vitest watch", "typecheck": "tsc --noEmit", "lint": "eslint src/", "lint:fix": "eslint src/ --fix" }, "dependencies": { "@anthropic-ai/sdk": "^0.31.1", "@mosaic/shared": "workspace:*", "@mosaic/config": "workspace:*", "fastify": "^5.2.0", "ioredis": "^5.4.2", "dockerode": "^4.0.2", "simple-git": "^3.27.0", "zod": "^3.24.1" }, "devDependencies": { "@types/dockerode": "^3.3.31", "@types/node": "^22.10.5", "tsx": "^4.19.2", "typescript": "^5.8.2", "vitest": "^3.0.8" } }