{
  "name": "claude-code-tmux",
  "version": "0.6.0",
  "description": "Durable tmux controller for interactive Claude Code sessions, with a Pi extension and skill.",
  "type": "module",
  "author": "Mahir Isikli",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Mahir-Isikli/claude-code-tmux.git"
  },
  "bugs": {
    "url": "https://github.com/Mahir-Isikli/claude-code-tmux/issues"
  },
  "homepage": "https://github.com/Mahir-Isikli/claude-code-tmux#readme",
  "bin": {
    "ccmux": "bin/ccmux.mjs",
    "claude-code-tmux": "bin/ccmux.mjs"
  },
  "exports": {
    ".": "./src/core.mjs",
    "./pi-extension": "./extensions/pi.ts"
  },
  "files": [
    "LICENSE",
    "README.md",
    "bin",
    "extensions",
    "scripts",
    "skills",
    "src"
  ],
  "keywords": [
    "pi-package",
    "claude-code",
    "tmux",
    "coding-agent",
    "pi-extension",
    "pi-provider"
  ],
  "pi": {
    "extensions": [
      "./extensions/pi.ts"
    ],
    "skills": [
      "./skills"
    ]
  },
  "scripts": {
    "check": "node --check bin/ccmux.mjs && node --check bin/ccmux-hook.mjs && node --check bin/ccmux-pi-tool.mjs && node --check src/core.mjs && node --check scripts/provider-matrix.mjs && node --check scripts/ci-smoke.mjs && node --test",
    "test": "npm run check",
    "smoke": "node ./bin/ccmux.mjs --help",
    "test:provider": "node scripts/provider-matrix.mjs --local",
    "test:provider:npm": "node scripts/provider-matrix.mjs",
    "test:ci": "npm run check && node scripts/ci-smoke.mjs"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-ai": {
      "optional": true
    },
    "@earendil-works/pi-coding-agent": {
      "optional": true
    },
    "typebox": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=20"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  }
}
