{
  "name": "@pixu1980/pi-web",
  "version": "0.1.9",
  "private": false,
  "description": "Scrape any webpage into clean, context-ready Markdown for pi.dev - fetch URLs, get readable Markdown with title/source metadata, and pull extra slices on demand",
  "type": "module",
  "author": "Emiliano 'pixu1980' Pisu",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pixu1980/pi-coding-agent-extensions.git",
    "directory": "packages/pi-web"
  },
  "homepage": "https://github.com/pixu1980/pi-coding-agent-extensions/tree/main/packages/pi-web#readme",
  "bugs": {
    "url": "https://github.com/pixu1980/pi-coding-agent-extensions/issues"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "extension",
    "scraper",
    "web",
    "markdown",
    "readability",
    "fetch",
    "turndown"
  ],
  "contentPolicy": "dual-use",
  "files": [
    "index.ts",
    "lib/**",
    "README.md",
    "LICENSE",
    "DISCLOSURE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "scripts": {
    "test": "node --import tsx --test __tests__/index.test.mjs",
    "typecheck": "tsc --noEmit --strict --target es2022 --module nodenext --moduleResolution nodenext --skipLibCheck --allowImportingTsExtensions index.ts",
    "release": "node ../../scripts/release.mjs",
    "release:dry": "node ../../scripts/release.mjs --dry-run",
    "test:coverage": "node --import tsx --test --experimental-test-coverage __tests__/index.test.mjs"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "dependencies": {
    "@mozilla/readability": "0.6.0",
    "linkedom": "0.18.13",
    "turndown": "7.2.4",
    "typebox": "1.3.31"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.85.1",
    "@earendil-works/pi-tui": ">=0.85.1"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": true
    },
    "@earendil-works/pi-tui": {
      "optional": true
    }
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.85.1",
    "@earendil-works/pi-tui": "0.85.1",
    "@types/turndown": "5.0.6",
    "tsx": "4.23.13",
    "typescript": "7.0.2",
    "commit-and-tag-version": "13.2.1"
  }
}
