{
  "name": "opentmux",
  "version": "1.5.7",
  "description": "OpenCode tmux integration: automatically opens subagent panes and renders real-time agent execution with smart layouts",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": "./dist/bin/opentmux.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "bun run build",
    "postinstall": "test -f dist/scripts/install.js && node dist/scripts/install.js || echo 'Skipping postinstall setup (dist not found)'"
  },
  "keywords": [
    "opencode",
    "opencode-plugin",
    "tmux",
    "agent",
    "subagent",
    "visualization"
  ],
  "author": "Angan Samadder",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AnganSamadder/opentmux.git"
  },
  "bugs": {
    "url": "https://github.com/AnganSamadder/opentmux/issues"
  },
  "homepage": "https://github.com/AnganSamadder/opentmux#readme",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "proper-lockfile": "^4.1.2",
    "zod": "^3.24.1"
  },
  "devDependencies": {
    "@types/bun": "^1.2.4",
    "@types/node": "^25.0.10",
    "tsup": "^8.3.6",
    "typescript": "^5.7.3"
  }
}
