{
  "name": "@johnnywu/pi-webfetch",
  "version": "1.4.0",
  "description": "Fetch web pages and URLs from pi with readable text, Markdown, HTML, or JSON output.",
  "homepage": "https://github.com/jwu/pi-webfetch#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jwu/pi-webfetch.git"
  },
  "bugs": {
    "url": "https://github.com/jwu/pi-webfetch/issues"
  },
  "type": "module",
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "extension",
    "webfetch",
    "fetch",
    "web",
    "url",
    "markdown",
    "youtube",
    "yt-dlp"
  ],
  "author": "jwu",
  "license": "MIT",
  "files": [
    "extensions/",
    "docs/",
    "README.md",
    "package.json",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "test": "bun test",
    "typecheck": "bun tsc --noEmit --ignoreDeprecations 6.0",
    "lint": "bun run format:check && bun run typecheck",
    "format": "prettier --write '**/*.ts'",
    "format:check": "prettier --check '**/*.ts'",
    "prepare": "[ -d .git ] && simple-git-hooks || true",
    "release": "GH_TOKEN=$(gh auth token) semantic-release --no-ci",
    "release:dry": "GH_TOKEN=$(gh auth token) semantic-release --no-ci --dry-run"
  },
  "publishConfig": {
    "access": "public"
  },
  "release": {
    "repositoryUrl": "https://github.com/jwu/pi-webfetch.git",
    "branches": [
      "main"
    ],
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      [
        "@semantic-release/changelog",
        {
          "changelogFile": "CHANGELOG.md"
        }
      ],
      "@semantic-release/npm",
      "@semantic-release/github",
      [
        "@semantic-release/git",
        {
          "assets": [
            "package.json",
            "CHANGELOG.md"
          ],
          "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
        }
      ]
    ]
  },
  "simple-git-hooks": {
    "pre-commit": "bun prettier --check '**/*.ts' && bun test",
    "commit-msg": "bun commitlint --edit \"$1\""
  },
  "pi": {
    "extensions": [
      "./extensions"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@commitlint/cli": "^20.5.3",
    "@commitlint/config-conventional": "^20.5.3",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/commit-analyzer": "^13.0.1",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^12.0.6",
    "@semantic-release/npm": "^13.1.5",
    "@semantic-release/release-notes-generator": "^14.1.0",
    "@types/node": "^24.3.0",
    "@earendil-works/pi-ai": "0.80.10",
    "@earendil-works/pi-coding-agent": "0.80.10",
    "@earendil-works/pi-tui": "0.80.10",
    "prettier": "^3.8.3",
    "semantic-release": "^25.0.3",
    "simple-git-hooks": "^2.13.1",
    "typescript": "^6.0.3"
  },
  "dependencies": {
    "defuddle": "^0.18.1"
  }
}
