{
  "name": "@kmiyh/pi-full-text-paste",
  "version": "1.0.0",
  "description": "Pi extension that keeps large pasted text expanded instead of collapsing it into [paste #...] markers.",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi-agent",
    "pi-extension",
    "paste",
    "clipboard"
  ],
  "files": [
    "src",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@mariozechner/clipboard": "^0.3.2"
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "*",
    "@mariozechner/pi-tui": "*"
  },
  "devDependencies": {
    "@mariozechner/pi-coding-agent": "*",
    "@mariozechner/pi-tui": "*",
    "@types/node": "^24.5.2",
    "typescript": "^5.9.2"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Kmiyh/pi-full-text-paste.git"
  },
  "homepage": "https://github.com/Kmiyh/pi-full-text-paste#readme",
  "bugs": {
    "url": "https://github.com/Kmiyh/pi-full-text-paste/issues"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  }
}
