{
  "name": "@ibeex/pi-fetch",
  "version": "0.1.0",
  "description": "pi extension that fetches web content into session context with Jina/raw fallback and cleaned previews",
  "type": "module",
  "keywords": ["pi-package"],
  "repository": {
    "type": "git",
    "url": "git@github.com:ibeex/pi-fetch.git"
  },
  "homepage": "https://github.com/ibeex/pi-fetch",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "clean": "echo 'nothing to clean'",
    "build": "echo 'nothing to build'",
    "check": "echo 'nothing to check'"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "*",
    "@mariozechner/pi-tui": "*"
  }
}
