{
  "name": "pi-tmux-session-map",
  "version": "0.4.0",
  "description": "Map Pi sessions to tmux panes and publish TWS work status for tmux and Zellij.",
  "type": "module",
  "exports": {
    ".": "./src/index.ts"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi",
    "tmux",
    "zellij",
    "tws",
    "tmux-resurrect"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/patlux/pi-tmux-session-map.git"
  },
  "homepage": "https://github.com/patlux/pi-tmux-session-map#readme",
  "bugs": {
    "url": "https://github.com/patlux/pi-tmux-session-map/issues"
  },
  "files": [
    "src",
    "scripts",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "node --experimental-strip-types --test \"test/**/*.test.ts\"",
    "typecheck": "tsc --noEmit",
    "benchmark": "node --experimental-strip-types scripts/benchmark-overhead.mjs",
    "check:installed": "npm run check && node scripts/check-installed-cache.mjs",
    "check": "npm run typecheck && npm test && npm pack --dry-run"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.80.5"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.80.5",
    "@types/node": "^24.0.0",
    "typescript": "^5.9.3"
  }
}
