{
  "name": "@zzs-fun/current-question",
  "version": "0.1.2",
  "description": "pi extension that pins your recent questions above the editor — navigate, expand, copy, and reply with context.",
  "keywords": [
    "pi-package"
  ],
  "author": "jenson",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wszzs110/current-question.git"
  },
  "homepage": "https://github.com/wszzs110/current-question#readme",
  "bugs": {
    "url": "https://github.com/wszzs110/current-question/issues"
  },
  "files": [
    "index.ts",
    "README.md",
    "README.zh-CN.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  }
}
