{
  "name": "@datspike/pi-ask-user",
  "version": "0.7.0",
  "description": "Interactive ask_user tool for pi-coding-agent with wrapped selection UI, batch clarifications, and freeform input",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "extension",
    "ask",
    "ask_user",
    "interactive"
  ],
  "author": "Enzo Lucchesi <enzo@edl.sh>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/datspike/pi-ask-user.git"
  },
  "bugs": {
    "url": "https://github.com/datspike/pi-ask-user/issues"
  },
  "homepage": "https://github.com/datspike/pi-ask-user#readme",
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "skills": [
      "./skills"
    ]
  },
  "files": [
    "index.ts",
    "ask-user-core.ts",
    "ask-overlay-controller.ts",
    "ask-overlay-ui.ts",
    "pi-compat.ts",
    "ask-component.ts",
    "batch-ask-component.ts",
    "single-select-layout.ts",
    "skills",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "check": "npm pack --dry-run"
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "*",
    "@mariozechner/pi-tui": "*",
    "@sinclair/typebox": "*"
  }
}
