{
  "name": "@dmallory42/pi-read-url",
  "version": "0.1.2",
  "type": "module",
  "description": "Pi extension for extracting public HTML page URLs into clean markdown via system curl.",
  "keywords": [
    "pi-package",
    "pi",
    "pi-extension",
    "read-url",
    "curl",
    "web",
    "markdown",
    "content-extraction",
    "html",
    "readability"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dmallory42/pi-read-url.git"
  },
  "homepage": "https://github.com/dmallory42/pi-read-url#readme",
  "bugs": {
    "url": "https://github.com/dmallory42/pi-read-url/issues"
  },
  "files": [
    "index.ts",
    "types.d.ts",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "scripts": {
    "build": "echo 'No build step required'",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "bash ./scripts/smoke-test.sh"
  },
  "dependencies": {
    "@mozilla/readability": "^0.5.0",
    "jsdom": "^26.1.0",
    "turndown": "^7.2.0"
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "*",
    "@sinclair/typebox": "*"
  },
  "devDependencies": {
    "@mariozechner/pi-coding-agent": "^0.70.2",
    "@sinclair/typebox": "^0.34.41",
    "@types/jsdom": "^21.1.7",
    "@types/node": "^20.12.0",
    "@types/turndown": "^5.0.5",
    "typescript": "^5.5.0"
  },
  "engines": {
    "node": ">=20.11.0"
  }
}
