{
  "name": "@yieldcraft/screenshot-paste",
  "version": "0.4.1",
  "description": "pi-web plugin that browses and previews screenshots saved by pi-web into .pi-web/paste/ — gallery panel, lightbox, and chat-inline previews for folder-mode attachments.",
  "type": "module",
  "piWeb": {
    "plugins": [
      {
        "id": "screenshot-paste",
        "module": "pi-web-plugin.js"
      }
    ]
  },
  "keywords": [
    "pi-package",
    "pi-web",
    "pi-web-plugin",
    "screenshot",
    "clipboard",
    "image-attachment",
    "remote-safe",
    "workspace-gallery"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/marcuspocus/screenshot-paste"
  },
  "license": "MIT",
  "scripts": {
    "dev:link": "mkdir -p ~/.pi-web/plugins && ln -sf $(pwd) ~/.pi-web/plugins/screenshot-paste",
    "dev:unlink": "rm -f ~/.pi-web/plugins/screenshot-paste"
  },
  "files": [
    "pi-web-plugin.js",
    "README.md",
    "AGENTS.md",
    ".pi-web/tasks.json",
    "docs"
  ]
}
