{
  "name": "@shiina18/pi-ask-user-question",
  "version": "0.1.1",
  "description": "Claude Code-like ask_user_question tool for Pi",
  "license": "MIT",
  "main": "src/index.ts",
  "files": [
    "src/component.ts",
    "src/formatter.ts",
    "src/index.ts",
    "src/schema.ts",
    "src/state.ts",
    "src/stripFenceMarkers.ts",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "pi-package",
    "pi-extension",
    "ask-user-question"
  ],
  "author": "Shiina18",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Shiina18/pi-ask-user-question.git"
  },
  "homepage": "https://github.com/Shiina18/pi-ask-user-question#readme",
  "bugs": {
    "url": "https://github.com/Shiina18/pi-ask-user-question/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ],
    "image": "https://raw.githubusercontent.com/Shiina18/pi-ask-user-question/main/docs/images/preview.jpg"
  },
  "scripts": {
    "check": "biome check --write --error-on-warnings . && tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "prepare": "husky || echo husky skipped",
    "pack:check": "npm pack --dry-run"
  },
  "type": "commonjs",
  "devDependencies": {
    "@biomejs/biome": "^2.4.13",
    "@mariozechner/pi-coding-agent": "^0.71.0",
    "@mariozechner/pi-tui": "^0.71.0",
    "@types/node": "^25.6.0",
    "husky": "^9.1.7",
    "typescript": "^6.0.3",
    "vitest": "^4.1.5"
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "^0.71.0",
    "@mariozechner/pi-tui": "^0.71.0",
    "typebox": "^1.1.35"
  }
}
