{
  "name": "@bigboss2063/pi-clip",
  "version": "0.1.4",
  "description": "Copy assistant output to clipboard granularly — code blocks, tables (cell/row/column), lists, blockquotes, and arbitrary line ranges",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi",
    "pi-extension",
    "clipboard",
    "copy",
    "markdown",
    "tables",
    "extension"
  ],
  "author": "bigboss2063",
  "license": "MIT",
  "engines": {
    "node": ">=22.19.0"
  },
  "files": [
    "extensions/",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "check": "npm run typecheck && npm run test",
    "prepublishOnly": "npm run check"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.81.0",
    "@earendil-works/pi-tui": "^0.81.0",
    "@types/node": "^22.10.0",
    "typescript": "^5.9.0",
    "vitest": "^4.1.10"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": false
    },
    "@earendil-works/pi-tui": {
      "optional": false
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bigboss2063/pi-clip.git"
  },
  "bugs": {
    "url": "https://github.com/bigboss2063/pi-clip/issues"
  },
  "homepage": "https://github.com/bigboss2063/pi-clip#readme",
  "pi": {
    "extensions": [
      "./extensions"
    ]
  }
}
