{
  "name": "@mazli/pi-ask-user-question",
  "version": "1.3.7",
  "description": "Claude Code-style AskUserQuestion tool for pi.",
  "keywords": [
    "pi-package",
    "pi-extension",
    "ask-user-question",
    "terminal-ui",
    "tui"
  ],
  "homepage": "https://github.com/HamdiMaz/AskUserQuestion#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HamdiMaz/AskUserQuestion.git"
  },
  "bugs": {
    "url": "https://github.com/HamdiMaz/AskUserQuestion/issues"
  },
  "license": "MIT",
  "type": "module",
  "scripts": {
    "test": "node --test tests/*.test.ts"
  },
  "files": [
    "extensions",
    "screenshots",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "pi": {
    "extensions": [
      "./extensions/index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  }
}
