{
  "name": "ai-consultants",
  "version": "5.1.1",
  "description": "A cross-vendor panel of up to 10 AI models that returns the coverage union of their distinct perspectives",
  "bin": {
    "ai-consultants": "bin/ai-consultants"
  },
  "files": [
    "bin/",
    "scripts/",
    "!scripts/test_*.sh",
    "!scripts/test_fixtures/",
    "!scripts/lib/test_helpers.sh",
    "!scripts/release.sh",
    "!scripts/experiment/",
    "!benchmarks/",
    "templates/",
    ".env.example",
    ".claude/commands/",
    "SKILL.md",
    "CLAUDE.md",
    "docs/",
    "!docs/releases/",
    "references/"
  ],
  "keywords": [
    "ai",
    "consultants",
    "multi-model",
    "claude",
    "gemini",
    "codex",
    "cli",
    "coverage",
    "panel",
    "workflow",
    "advisory",
    "coding"
  ],
  "author": "Matteo Scurati",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/matteoscurati/ai-consultants.git"
  },
  "homepage": "https://github.com/matteoscurati/ai-consultants#readme",
  "bugs": {
    "url": "https://github.com/matteoscurati/ai-consultants/issues"
  },
  "scripts": {
    "test": "bash scripts/test_all.sh",
    "install-hooks": "bash scripts/install-hooks.sh",
    "lint": "shellcheck -S warning -x -e SC1091,SC1090,SC2034,SC2155 scripts/*.sh scripts/lib/*.sh"
  },
  "os": [
    "darwin",
    "linux"
  ],
  "engines": {
    "node": ">=14"
  }
}
