{
  "name": "pi-terminal-mux",
  "version": "0.4.1",
  "description": "Terminal multiplexer abstraction for pi extensions — unified surface API across muxy, cmux, tmux, zellij, wezterm, herdr, otty and orca, with headless fallback",
  "type": "module",
  "main": "./index.ts",
  "exports": {
    ".": "./index.ts",
    "./package.json": "./package.json",
    "./mux": "./src/mux.ts",
    "./herdr": "./src/herdr.ts",
    "./otty": "./src/otty.ts",
    "./orca": "./src/orca.ts"
  },
  "files": [
    "index.ts",
    "src",
    "locales",
    "README.md",
    "README.zh-CN.md",
    "tsconfig.json"
  ],
  "scripts": {
    "test": "tsx --test tests/*.test.ts",
    "typecheck": "tsc --noEmit --pretty false",
    "build": "npm run typecheck",
    "check": "npm run typecheck && npm test && npm pack --dry-run --json > /dev/null"
  },
  "engines": {
    "node": ">=22"
  },
  "license": "MIT",
  "author": "maplezzk",
  "homepage": "https://github.com/maplezzk/pi-extensions/tree/main/packages/pi-terminal-mux",
  "bugs": "https://github.com/maplezzk/pi-extensions/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maplezzk/pi-extensions.git",
    "directory": "packages/pi-terminal-mux"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-extension",
    "terminal",
    "multiplexer",
    "tmux",
    "zellij",
    "wezterm",
    "coding-agent"
  ],
  "dependencies": {
    "pi-extensions-i18n": "^0.4.0"
  },
  "devDependencies": {
    "@types/node": "24.12.4",
    "tsx": "4.23.1",
    "typescript": "5.9.3"
  }
}
