{
  "name": "@pabloquero/pi-file-peek",
  "version": "0.1.4",
  "description": "Pi extension for connecting sessions and previewing files across sessions.",
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi-coding-agent",
    "file-preview",
    "terminal",
    "tui"
  ],
  "license": "MIT",
  "author": "Pabloquero",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/Pabloquero/pi-file-peek.git"
  },
  "bugs": {
    "url": "https://github.com/Pabloquero/pi-file-peek/issues"
  },
  "homepage": "https://github.com/Pabloquero/pi-file-peek#readme",
  "type": "module",
  "scripts": {
    "typecheck": "tsc --noEmit",
    "pack:dry": "npm pack --dry-run"
  },
  "files": [
    "src/",
    "docs/",
    "extra/README.md",
    "pi-file-peek.ts",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./pi-file-peek.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "devDependencies": {
    "@types/node": "^25.9.1",
    "typescript": "^6.0.3"
  }
}
