{
  "name": "@mickyyy68/pi-ask",
  "version": "0.1.1",
  "description": "Grouped single- and multi-select questions for Pi, with custom answers and stable values.",
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mickyyy68/pi-ask.git"
  },
  "homepage": "https://github.com/mickyyy68/pi-ask#readme",
  "bugs": {
    "url": "https://github.com/mickyyy68/pi-ask/issues"
  },
  "exports": {
    ".": "./index.ts"
  },
  "files": [
    "index.ts",
    "src/",
    "README.md",
    "CHANGELOG.md",
    "CONTRIBUTING.md",
    "LICENSE",
    "demo-image.png"
  ],
  "keywords": [
    "pi-package",
    "pi-extension",
    "questionnaire",
    "multi-select",
    "terminal-ui",
    "ask-user"
  ],
  "engines": {
    "node": ">=22.19.0"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "image": "https://raw.githubusercontent.com/mickyyy68/pi-ask/main/demo-image.png"
  },
  "scripts": {
    "test": "tsx --test test/*.test.ts",
    "check": "tsc --noEmit",
    "pack:check": "npm pack --dry-run",
    "validate": "npm run check && npm test && npm run pack:check"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.80.6",
    "@earendil-works/pi-tui": "^0.80.6",
    "@types/node": "^26.1.1",
    "tsx": "^4.23.1",
    "typebox": "^1.3.6",
    "typescript": "^7.0.2"
  }
}
