{
  "name": "mcp-agent-foundry",
  "version": "2.5.0",
  "description": "Multi-Agent AI Orchestration with Git Worktree Isolation for Claude Code",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "hari-seldon": "./dist/cli.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsx watch src/index.ts",
    "start": "node dist/index.js",
    "test": "vitest",
    "test:run": "vitest run",
    "test:coverage": "vitest run --coverage",
    "lint": "eslint src --ext .ts",
    "lint:fix": "eslint src --ext .ts --fix",
    "typecheck": "tsc --noEmit",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run build",
    "postinstall": "node scripts/postinstall.js",
    "preuninstall": "node scripts/preuninstall.js"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sashabogi/hari-seldon.git"
  },
  "homepage": "https://github.com/sashabogi/hari-seldon#readme",
  "bugs": {
    "url": "https://github.com/sashabogi/hari-seldon/issues"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "claude",
    "claude-code",
    "multi-agent",
    "orchestration",
    "worktree",
    "git",
    "ai",
    "llm",
    "openai",
    "anthropic",
    "gemini",
    "deepseek",
    "ollama",
    "parallel",
    "isolation",
    "pipeline"
  ],
  "author": "Sasha Bogojevic",
  "license": "MIT",
  "dependencies": {
    "@anthropic-ai/claude-agent-sdk": "^0.2.25",
    "@clack/prompts": "^0.11.0",
    "@modelcontextprotocol/sdk": "^1.0.0",
    "ajv": "^8.17.1",
    "picocolors": "^1.1.1",
    "pino": "^9.6.0",
    "simple-git": "^3.22.0",
    "yaml": "^2.7.0",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@eslint/js": "^9.39.2",
    "@types/node": "^22.10.7",
    "@typescript-eslint/eslint-plugin": "^8.21.0",
    "@typescript-eslint/parser": "^8.21.0",
    "@vitest/coverage-v8": "^3.0.4",
    "eslint": "^9.39.2",
    "eslint-plugin-import": "^2.32.0",
    "prettier": "^3.8.1",
    "tsx": "^4.19.2",
    "typescript": "^5.7.3",
    "typescript-eslint": "^8.54.0",
    "vitest": "^3.0.4"
  },
  "files": [
    "dist",
    "scripts",
    "config",
    "LICENSE",
    "README.md"
  ]
}
