{
  "name": "@browserless/goto",
  "description": "Navigate to web pages with built-in ad blocking, device emulation, and optimized loading for faster automation.",
  "homepage": "https://browserless.js.org/#/?id=gotopage-options",
  "version": "13.0.0",
  "main": "src/index.js",
  "author": {
    "email": "hello@microlink.io",
    "name": "microlink.io",
    "url": "https://microlink.io"
  },
  "repository": {
    "directory": "packages/goto",
    "type": "git",
    "url": "git+https://github.com/microlinkhq/browserless.git#master"
  },
  "bugs": {
    "url": "https://github.com/microlinkhq/browserless/issues"
  },
  "keywords": [
    "adblock",
    "automation",
    "browserless",
    "chrome",
    "device-emulation",
    "goto",
    "headless",
    "navigation",
    "performance",
    "puppeteer"
  ],
  "dependencies": {
    "@browserless/devices": "^13.0.0",
    "@duckduckgo/autoconsent": "~14.84.0",
    "@ghostery/adblocker-puppeteer": "~2.17.0",
    "debug-logfmt": "~1.4.10",
    "got": "~11.8.6",
    "is-url-http": "~2.3.13",
    "p-reflect": "~2.1.0",
    "p-timeout": "~4.1.0",
    "shallow-equal": "~3.1.0",
    "tough-cookie": "~6.0.1"
  },
  "devDependencies": {
    "@browserless/test": "13.0.0",
    "ava": "5",
    "p-wait-for": "3"
  },
  "engines": {
    "node": ">= 24"
  },
  "files": [
    "scripts",
    "src"
  ],
  "license": "MIT",
  "ava": {
    "serial": true,
    "files": [
      "!test/fixtures"
    ],
    "timeout": "2m",
    "workerThreads": false
  },
  "gitHead": "706cc3cd37105b48da6ee6913321b241846a96fa",
  "scripts": {
    "postinstall": "node scripts/postinstall",
    "test": "ava"
  }
}