{
  "name": "pi-fullscreen",
  "version": "1.0.1",
  "description": "Pi package that gives the TUI a calm, immersive fullscreen layout like Claude Code: clears the screen and scrollback on start/exit and pins the editor and footer to the bottom.",
  "keywords": [
    "pi-coding-agent",
    "pi-package",
    "tui",
    "fullscreen"
  ],
  "license": "MIT",
  "author": "puetsua",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/puetsua/pi-fullscreen.git"
  },
  "homepage": "https://github.com/puetsua/pi-fullscreen#readme",
  "bugs": {
    "url": "https://github.com/puetsua/pi-fullscreen/issues"
  },
  "files": [
    "index.ts",
    "filler.ts",
    "config.ts",
    "README.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "image": "https://raw.githubusercontent.com/puetsua/pi-fullscreen/main/demo.png"
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "tsc --noEmit"
  },
  "dependencies": {},
  "peerDependencies": {
    "@earendil-works/pi-agent-core": ">=0.81.0",
    "@earendil-works/pi-ai": ">=0.81.0",
    "@earendil-works/pi-coding-agent": ">=0.81.0",
    "@earendil-works/pi-tui": ">=0.81.0"
  },
  "devDependencies": {
    "@earendil-works/pi-agent-core": ">=0.81.0",
    "@earendil-works/pi-ai": ">=0.81.0",
    "@earendil-works/pi-coding-agent": ">=0.81.0",
    "@earendil-works/pi-tui": ">=0.81.0",
    "@types/node": "*",
    "typescript": "^5.6.0"
  }
}
