{
  "name": "mycel-cli",
  "version": "0.3.11",
  "description": "mycel — AI agent orchestration. Coordinate teams of Claude, Gemini, Cursor, and other AI agents.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/rpuneet/mycel"
  },
  "homepage": "https://github.com/rpuneet/mycel",
  "keywords": [
    "ai",
    "agents",
    "orchestration",
    "claude",
    "gemini",
    "cursor",
    "codex",
    "cli"
  ],
  "bin": {
    "mycel": "bin/mycel"
  },
  "scripts": {
    "postinstall": "node install.mjs"
  },
  "files": [
    "bin/",
    "install.mjs",
    "README.md",
    "LICENSE"
  ]
}
