{
  "name": "split-editor",
  "version": "0.1.8",
  "description": "Open pi prompt editing in a live tmux split editor without freezing the pi UI.",
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kyleqbnguyen/split-editor.git"
  },
  "homepage": "https://github.com/kyleqbnguyen/split-editor#readme",
  "bugs": {
    "url": "https://github.com/kyleqbnguyen/split-editor/issues"
  },
  "keywords": [
    "pi-package",
    "pi",
    "tmux",
    "nvim",
    "editor"
  ],
  "files": [
    "index.ts",
    "README.md",
    "LICENSE",
    "assets"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "image": "https://raw.githubusercontent.com/kyleqbnguyen/split-editor/main/assets/screenshot.png",
    "video": "https://raw.githubusercontent.com/kyleqbnguyen/split-editor/main/assets/demo_compressed.mp4"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  }
}
