{
  "name": "pi-web-extension",
  "version": "0.1.2",
  "description": "A pi extension that adds web search and web fetch tools to the coding agent.",
  "keywords": [
    "pi-extension",
    "pi-package",
    "web-fetch",
    "web-search"
  ],
  "homepage": "https://github.com/NicoAvanzDev/pi-web-extension#readme",
  "bugs": {
    "url": "https://github.com/NicoAvanzDev/pi-web-extension/issues"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NicoAvanzDev/pi-web-extension.git"
  },
  "files": [
    "index.ts",
    "README.md"
  ],
  "type": "module",
  "scripts": {
    "build": "echo 'nothing to build'",
    "test": "vitest run",
    "lint": "oxlint",
    "fmt": "oxfmt .",
    "fmt:check": "oxfmt --check .",
    "check": "tsc --noEmit && vitest run && oxlint && oxfmt --check .",
    "prepublishOnly": "npm pack --dry-run"
  },
  "dependencies": {
    "jsdom": "^26.0.0",
    "turndown": "^7.2.0"
  },
  "devDependencies": {
    "@types/jsdom": "^28.0.1",
    "@types/turndown": "^5.0.6",
    "oxfmt": "^0.41.0",
    "oxlint": "^1.56.0",
    "typescript": "^5.9.3",
    "vitest": "^4.1.0"
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": ">=0.61.0",
    "@sinclair/typebox": ">=0.34.0"
  },
  "engines": {
    "node": ">=22"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  }
}
