{
  "name": "opencode-multiplexer",
  "version": "0.7.0",
  "type": "module",
  "description": "Multiplexer for opencode AI coding agent sessions",
  "keywords": [
    "opencode",
    "ai",
    "agent",
    "tui",
    "multiplexer"
  ],
  "bin": {
    "ocmux": "./src/index.tsx",
    "opencode-multiplexer": "./src/index.tsx"
  },
  "scripts": {
    "dev": "bun src/index.tsx",
    "build": "bun build src/index.tsx --outdir dist --target bun --external react-devtools-core",
    "test": "bun test"
  },
  "dependencies": {
    "@opencode-ai/sdk": "^1.2.27",
    "ink": "^6.8.0",
    "ink-text-input": "^6.0.0",
    "marked": "^15.0.0",
    "marked-terminal": "^7.3.0",
    "react": "^19.2.4",
    "zustand": "^5.0.12"
  },
  "devDependencies": {
    "@types/bun": "^1.3.10",
    "@types/react": "^19.2.14",
    "ink-testing-library": "^4.0.0",
    "typescript": "^5.9.3"
  },
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/joeyism/opencode-multiplexer"
  },
  "homepage": "https://github.com/joeyism/opencode-multiplexer",
  "bugs": {
    "url": "https://github.com/joeyism/opencode-multiplexer/issues"
  }
}
