{
  "name": "pi-tmux-branch",
  "version": "0.1.1",
  "description": "Pi extension for branching the current session into a new tmux pane.",
  "license": "MIT",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi-extension",
    "tmux"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/andrii-k6a/pi-tmux-branch.git"
  },
  "bugs": {
    "url": "https://github.com/andrii-k6a/pi-tmux-branch/issues"
  },
  "homepage": "https://github.com/andrii-k6a/pi-tmux-branch#readme",
  "files": [
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
    "src"
  ],
  "pi": {
    "extensions": [
      "./src/tmux-branch.ts"
    ]
  },
  "scripts": {
    "format": "prettier --write src/**/*.ts package.json tsconfig.json .prettierrc.json",
    "format:check": "prettier --check src/**/*.ts package.json tsconfig.json .prettierrc.json",
    "typecheck": "tsc --noEmit"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@types/node": "^22.0.0",
    "prettier": "^3.8.3",
    "typescript": "^5.0.0"
  }
}
