{ "name": "@yuuqq/jules-dispatch", "version": "1.3.2", "mcpName": "io.github.Yuuqq/jules-dispatch", "description": "Turn Google Jules into a massively parallel AI coding workforce — batch-dispatch CLI + MCP server for Claude Code & Codex, with optional OpenAI-compatible task planning", "type": "module", "license": "MIT", "author": "Yuuqq", "repository": { "type": "git", "url": "git+https://github.com/Yuuqq/jules-dispatch.git" }, "homepage": "https://yuuqq.github.io/jules-dispatch/", "bugs": { "url": "https://github.com/Yuuqq/jules-dispatch/issues" }, "keywords": [ "jules", "google-jules", "mcp", "mcp-server", "claude-code", "codex", "ai-agents", "coding-agent", "parallel", "batch", "dispatch", "cli", "automation", "llm" ], "bin": { "jules-dispatch": "dist/cli.js" }, "files": [ "dist" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "engines": { "node": ">=20" }, "scripts": { "build": "tsc", "dev": "tsx src/cli.ts", "lint": "biome lint .", "lint:fix": "biome lint --write .", "test": "vitest run", "test:watch": "vitest", "typecheck": "tsc --noEmit", "prepublishOnly": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "chalk": "^5.3.0", "cli-table3": "^0.6.5", "commander": "^12.0.0", "dotenv": "^16.4.0", "yaml": "^2.4.0", "zod": "^4.4.2" }, "devDependencies": { "@biomejs/biome": "^2.5.14", "@replit/connectors-sdk": "^0.4.0", "@types/node": "^20.0.0", "@vitest/coverage-v8": "^1.6.1", "tsx": "^4.7.0", "typescript": "^5.4.0", "vitest": "^1.6.0" } }