{
  "name": "@burneikis/pi-sticky",
  "version": "1.0.0",
  "description": "Keeps the chat input and footer pinned to the bottom of the terminal while you scroll — works alongside pi-vim, pi-status, and any other extensions",
  "type": "module",
  "license": "MIT",
  "author": "burneikis",
  "repository": {
    "type": "git",
    "url": "https://github.com/burneikis/pi-sticky.git"
  },
  "keywords": [
    "pi-package"
  ],
  "files": [
    "index.ts",
    "shortcuts.ts",
    "fixed-editor/**/*.ts",
    "README.md"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "scripts": {
    "test": "tsx --test tests/*.test.ts"
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "*",
    "@mariozechner/pi-tui": "*"
  },
  "devDependencies": {
    "tsx": "^4.21.0"
  }
}
