{
  "name": "pi-copy-on-select",
  "version": "0.5.1",
  "description": "Copy-on-select for the pi coding agent: mouse selections land on the clipboard, a bottom-right toast confirms it, and the highlight clears itself",
  "type": "module",
  "license": "MIT",
  "author": "erazemkos",
  "homepage": "https://github.com/erazemkos/pi-copy-on-select#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/erazemkos/pi-copy-on-select.git"
  },
  "bugs": {
    "url": "https://github.com/erazemkos/pi-copy-on-select/issues"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-extension",
    "coding-agent",
    "clipboard",
    "copy-on-select",
    "selection",
    "terminal",
    "tui"
  ],
  "files": [
    "*.ts",
    "*.md",
    "!*.test.ts"
  ],
  "engines": {
    "node": ">=22"
  },
  "scripts": {
    "test": "node --experimental-strip-types --test test/*.test.ts"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": true
    },
    "@earendil-works/pi-tui": {
      "optional": true
    }
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  }
}
