{
  "name": "pi-smart-copy",
  "version": "0.1.0",
  "description": "copy a markdown section from pi's latest response",
  "type": "module",
  "scripts": {
    "check": "tsc --noEmit",
    "test": "node --import tsx --test test/*.test.ts"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "clipboard"
  ],
  "author": "Zane Chee",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/injaneity/pi-smart-copy.git"
  },
  "homepage": "https://github.com/injaneity/pi-smart-copy#readme",
  "bugs": {
    "url": "https://github.com/injaneity/pi-smart-copy/issues"
  },
  "files": [
    "extensions"
  ],
  "pi": {
    "extensions": [
      "./extensions/index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@types/node": "^24.0.0",
    "tsx": "^4.20.0",
    "typescript": "^5.8.0"
  }
}
