{
  "name": "pi-in-zellij",
  "version": "0.3.4",
  "description": "Floating Editor, summon your favourite agents for help, all in zellij",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sollawen/pi-in-zellij.git"
  },
  "bugs": {
    "url": "https://github.com/sollawen/pi-in-zellij/issues"
  },
  "homepage": "https://github.com/sollawen/pi-in-zellij#readme",
  "keywords": [
    "pi-package",
    "pi-extension",
    "zellij",
    "agent",
    "editor"
  ],
  "type": "module",
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "files": [
    "index.ts",
    "config.ts",
    "config.json",
    "editor/",
    "CHANGELOG.md",
    "pane-comm/",
    "lib/"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.77.0",
    "@earendil-works/pi-coding-agent": "^0.77.0",
    "@earendil-works/pi-tui": "^0.77.0",
    "@sinclair/typebox": "^0.34.49"
  }
}
