{
  "name": "pi-web-access-lazy",
  "version": "0.1.0",
  "description": "Lazy tool loading for pi-web-access.",
  "type": "module",
  "scripts": {
    "test": "node --test tests/*.test.ts",
    "test:e2e": "node tests/e2e.mjs",
    "typecheck": "tsc",
    "check": "npm test && npm run typecheck"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "web-search",
    "lazy-tools"
  ],
  "author": "Qianwei",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JokerQianwei/pi-web-access-lazy.git"
  },
  "bugs": {
    "url": "https://github.com/JokerQianwei/pi-web-access-lazy/issues"
  },
  "homepage": "https://github.com/JokerQianwei/pi-web-access-lazy#readme",
  "files": [
    "index.ts",
    "lazy.ts",
    "README.md",
    "LICENSE",
    "THIRD_PARTY_NOTICES.md"
  ],
  "dependencies": {
    "pi-web-access": "0.18.0"
  },
  "bundledDependencies": [
    "pi-web-access"
  ],
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "0.83.0",
    "@earendil-works/pi-coding-agent": "0.83.0",
    "@earendil-works/pi-tui": "0.83.0",
    "@types/node": "^24.0.0",
    "@types/turndown": "^5.0.6",
    "typebox": "1.3.7",
    "typescript": "^7.0.2"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  }
}
