{
  "name": "@ftrdotdev/pi-inquiry",
  "version": "0.5.1",
  "description": "Interactive questions for the pi coding agent: a single `question` tool renders option lists, tabbed forms, and free-text answers",
  "keywords": [
    "effect",
    "extension",
    "interactive",
    "pi",
    "pi-coding-agent",
    "pi-package",
    "question",
    "tui"
  ],
  "homepage": "https://github.com/felixnorden/pi-mono#readme",
  "bugs": {
    "url": "https://github.com/felixnorden/pi-mono/issues"
  },
  "license": "MIT",
  "author": "Felix Nordén <felixnorden@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/felixnorden/pi-mono.git",
    "directory": "packages/inquiry"
  },
  "files": [
    "index.ts",
    "src",
    "README.md",
    "LICENSE"
  ],
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "prepare": "bun effect-tsgo patch --typescript --oxlint",
    "test": "vitest run",
    "test:watch": "vitest",
    "lint": "oxlint && oxlint --type-aware -A all -D typescript/unbound-method",
    "lint:fix": "oxlint --fix",
    "fmt": "oxfmt -c oxfmt.config.ts"
  },
  "dependencies": {
    "@ftrdotdev/pi-tui": "^0.5.1",
    "effect": "4.0.0-rc.116"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "0.85.1",
    "@effect/tsgo": "0.45.0",
    "@effect/vitest": "4.0.0-rc.116",
    "@types/bun": "latest",
    "oxfmt": "^0.63.0",
    "oxlint": "1.82.0",
    "oxlint-tsgolint": "7.0.2001",
    "typescript": "7.0.2",
    "vitest": "^4.1.10"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  }
}
