{
  "name": "@burneikis/pi-copy-code",
  "version": "1.0.0",
  "description": "Pi coding-agent extension that copies fenced code blocks from recent assistant (and tool result) messages into the system clipboard.",
  "keywords": [
    "pi-package"
  ],
  "license": "MIT",
  "author": "burneikis",
  "repository": {
    "type": "git",
    "url": "https://github.com/burneikis/pi-copy-code.git"
  },
  "scripts": {
    "test": "tsx --test tests/*.test.ts"
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "*"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "devDependencies": {
    "tsx": "^4.21.0"
  }
}