{
  "name": "pi-ask-lite",
  "version": "0.1.4",
  "description": "A tiny, pleasant Markdown ask tool for Pi.",
  "type": "module",
  "license": "MIT",
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "extension",
    "ask-lite"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/geri1701/pi-ask-lite.git"
  },
  "homepage": "https://github.com/geri1701/pi-ask-lite#readme",
  "bugs": {
    "url": "https://github.com/geri1701/pi-ask-lite/issues"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ],
    "image": "https://raw.githubusercontent.com/geri1701/pi-ask-lite/main/media/pi-ask-lite-preview.png"
  },
  "files": [
    "src",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "check": "tsc --noEmit",
    "test": "node --test --import tsx test/*.test.ts",
    "pack:dry": "npm pack --dry-run"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.74.0",
    "@earendil-works/pi-coding-agent": "^0.74.0",
    "@earendil-works/pi-tui": "^0.74.0",
    "tsx": "^4.22.0",
    "typebox": "^1.1.33",
    "typescript": "^6.0.3"
  }
}
