{
  "name": "pi-scurl",
  "version": "0.2.0",
  "type": "module",
  "description": "Secure web fetch for pi – HTML-to-markdown via mdream, secret scanning, prompt injection detection",
  "main": "./index.ts",
  "keywords": [
    "pi",
    "pi-extension",
    "web-fetch",
    "markdown",
    "scurl",
    "mdream",
    "prompt-injection",
    "pi-package"
  ],
  "author": "Edmund Miller <edmundmiller@hey.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/edmundmiller/dotfiles.git",
    "directory": "packages/pi-scurl"
  },
  "files": [
    "index.ts",
    "src",
    "README.md"
  ],
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "*"
  },
  "dependencies": {
    "@sinclair/typebox": "^0.34.0",
    "mdream": "^0.16.0"
  },
  "devDependencies": {
    "@types/bun": "^1.3.8",
    "@types/node": "^22.0.0",
    "typescript": "^5.0.0"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  }
}
