{
  "name": "@pi-unipi/ask-user",
  "version": "2.1.3",
  "description": "Structured user input tool for Pi coding agent — single-select, multi-select, freeform",
  "type": "module",
  "main": "index.ts",
  "license": "MIT",
  "author": "Neuron Mr White",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Neuron-Mr-White/unipi.git",
    "directory": "packages/ask-user"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi-coding-agent",
    "unipi",
    "ask-user",
    "interactive",
    "user-input"
  ],
  "files": [
    "index.ts",
    "types.ts",
    "tools.ts",
    "handoff.ts",
    "ask-ui.ts",
    "launcher-ui.ts",
    "commands.ts",
    "config.ts",
    "settings-tui.ts",
    "skills/**/*",
    "README.md"
  ],
  "scripts": {
    "test": "npx tsx --test tests/**/*.test.ts"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@pi-unipi/core": "2.1.3"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "^0.80.0",
    "@earendil-works/pi-tui": "^0.80.0",
    "typebox": "^1.1.38"
  },
  "pi": {
    "extensions": [],
    "skills": [],
    "prompts": [],
    "themes": []
  }
}
