{
  "name": "pi-asked",
  "version": "0.2.0",
  "description": "Claude Code-style multi-question picker for pi. Tabbed picker with recommended answers, multi-select, and Other… text input.",
  "type": "module",
  "main": "index.ts",
  "scripts": {
    "test": "bun test",
    "typecheck": "bun x tsc --noEmit"
  },
  "dependencies": {},
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.78.1",
    "@earendil-works/pi-tui": "0.78.1",
    "@types/node": "^25.9.1",
    "bun-types": "^1.3.14",
    "typebox": "1.1.38",
    "typescript": "^6.0.3"
  },
  "files": [
    "index.ts",
    "picker.ts",
    "prompt.ts"
  ],
  "keywords": [
    "pi",
    "pi-extension",
    "pi-package",
    "ask-user",
    "multi-question",
    "picker"
  ],
  "license": "MIT",
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "http://git.local.stbl/lowern1ght/pi-soly.framework.git",
    "directory": "packages/pi-ask"
  }
}
