{
  "name": "pi-pasteboard",
  "version": "0.1.0",
  "description": "Pi package that captures large interactive TUI inputs to a local temp pasteboard file.",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi",
    "pasteboard"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/lkraider/pi-pasteboard"
  },
  "homepage": "https://github.com/lkraider/pi-pasteboard#readme",
  "bugs": {
    "url": "https://github.com/lkraider/pi-pasteboard/issues"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "scripts": {
    "test": "node --test test/*.test.js",
    "typecheck": "tsc --noEmit",
    "lint": "tsc --noEmit"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "files": [
    "src",
    "README.md",
    "LICENSE",
    "package.json"
  ],
  "devDependencies": {
    "typescript": "^6.0.3"
  }
}
