{
  "name": "@kvoon/pi-split-fork",
  "version": "0.3.0",
  "description": "Fork the current Pi session into a new Herdr pane (right/down), tab, or workspace",
  "type": "module",
  "keywords": ["pi-package", "pi-extension", "herdr", "session"],
  "author": "Kevin Kwong",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kvoon3/pi-extensions.git",
    "directory": "pi-split-fork"
  },
  "engines": { "node": ">=18.0.0" },
  "publishConfig": { "access": "public" },
  "pi": { "extensions": ["./index.ts"] },
  "files": ["index.ts", "README.md", "LICENSE"]
}
