{
  "name": "@nguyenquangthai/pi-ask",
  "version": "0.1.14",
  "description": "Keyboard-first structured questions with review for Pi Coding Agent.",
  "keywords": [
    "pi-package",
    "pi-coding-agent",
    "questionnaire",
    "terminal-ui"
  ],
  "type": "module",
  "license": "MIT",
  "author": {
    "name": "QuangThai",
    "url": "https://github.com/QuangThai"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/QuangThai/pi-ask.git"
  },
  "bugs": {
    "url": "https://github.com/QuangThai/pi-ask/issues"
  },
  "homepage": "https://github.com/QuangThai/pi-ask#readme",
  "publishConfig": {
    "access": "public"
  },
  "packageManager": "npm@11.6.2",
  "files": [
    "src",
    "README.md",
    "CHANGELOG.md",
    "SECURITY.md",
    "assets/pi-ask-preview.png",
    "LICENSE"
  ],
  "engines": {
    "node": ">=20.6.0"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ],
    "image": "https://raw.githubusercontent.com/QuangThai/pi-ask/main/assets/pi-ask-preview.png"
  },
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit",
    "lint": "biome check .",
    "format": "biome check --write .",
    "check": "npm run typecheck && npm run lint && npm test",
    "pack:dry": "npm pack --dry-run"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.4.16",
    "@earendil-works/pi-coding-agent": "0.80.7",
    "@earendil-works/pi-tui": "0.80.7",
    "@types/node": "^22.0.0",
    "typebox": "^1.1.38",
    "typescript": "^5.9.3",
    "vitest": "^3.2.4"
  }
}
