{
  "name": "pi-open-last-response",
  "version": "0.1.0",
  "description": "Pi extension that opens the latest assistant response in an external editor.",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi",
    "pi-extension",
    "assistant-response",
    "editor"
  ],
  "license": "MIT",
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "scripts": {
    "check": "tsc --noEmit"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.80.7",
    "@types/node": "^24.0.0",
    "typescript": "^5.8.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wujunchuan/pi-open-last-response.git"
  },
  "bugs": {
    "url": "https://github.com/wujunchuan/pi-open-last-response/issues"
  },
  "homepage": "https://github.com/wujunchuan/pi-open-last-response#readme",
  "files": [
    "src/**/*.ts",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  }
}
