{
  "name": "@amutix/amux",
  "version": "1.2.0",
  "description": "Agent Multiplexer -- multi-agent coordination for AI coding agents",
  "type": "module",
  "keywords": [
    "pi-package",
    "multi-agent",
    "agent-coordination",
    "ai-agents"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/amutix/amux.git"
  },
  "homepage": "https://github.com/amutix/amux",
  "bugs": {
    "url": "https://github.com/amutix/amux/issues"
  },
  "author": "rezabaram",
  "license": "MIT",
  "engines": {
    "node": ">=22"
  },
  "files": [
    "core/",
    "pi/",
    "cli/",
    "roles/",
    "team-templates/",
    "benchmarks/",
    "README.md",
    "VISION.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "bin": {
    "amux": "./cli/index.ts"
  },
  "scripts": {
    "test": "node --experimental-strip-types test/parse.mjs && node --experimental-strip-types --test test/flows.ts"
  },
  "pi": {
    "extensions": [
      "./pi/index.ts"
    ]
  },
  "publishConfig": {
    "access": "public"
  }
}
