{
  "name": "@agent-infra/browser-context",
  "description": "get browser context for AI Agent",
  "version": "0.2.2",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/web-infra-dev/agent-browser-sdk.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "defuddle": "0.6.6",
    "puppeteer-core": "24.23.0",
    "turndown": "7.2.1",
    "turndown-plugin-gfm": "1.0.2"
  },
  "devDependencies": {
    "@types/turndown": "5.0.5",
    "@types/node": "24.7.1",
    "typescript": "5.9.3",
    "vitest": "3.2.4",
    "@vitest/coverage-v8": "3.2.4",
    "@rslib/core": "0.15.0"
  },
  "scripts": {
    "dev": "rslib build --watch",
    "build": "rslib build",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:e2e": "vitest --config vitest.e2e.config.ts",
    "coverage": "vitest run --coverage",
    "test:e2e:local": "vitest --config vitest.e2e.config.ts local-browser.e2e.test.ts"
  }
}