{
  "name": "@dreki-gg/pi-browser-tools",
  "version": "0.7.3",
  "description": "Browser automation and web research tools for pi — search, visit, screenshot, interact, and inspect console output",
  "keywords": [
    "pi-package",
    "pi",
    "browser",
    "agent-browser",
    "web"
  ],
  "author": "Juan Albarran <jalbarrandev@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jalbarrang/pi-browser-tools.git"
  },
  "type": "module",
  "files": [
    "extensions",
    "README.md",
    "CHANGELOG.md",
    "package.json"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "bun test test/unit",
    "lint": "oxlint extensions test",
    "format": "oxfmt --write extensions test",
    "format:check": "oxfmt --check extensions test"
  },
  "pi": {
    "extensions": [
      "./extensions/browser-tools"
    ]
  },
  "dependencies": {
    "@mozilla/readability": "^0.6.0",
    "jpeg-js": "^0.4.4",
    "linkedom": "^0.18.13",
    "pako": "^3.0.1",
    "turndown": "^7.2.4"
  },
  "devDependencies": {
    "@types/node": "26",
    "@types/pako": "^2.0.4",
    "oxfmt": "^0.58.0",
    "oxlint": "^1.73.0",
    "typescript": "^7.0.2",
    "@earendil-works/pi-ai": "^0.80.6",
    "@earendil-works/pi-coding-agent": "^0.80.6",
    "typebox": "^1.3.6"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": ">=0.80.0",
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-ai": {
      "optional": true
    },
    "@earendil-works/pi-coding-agent": {
      "optional": true
    },
    "typebox": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public"
  }
}
