{
  "name": "@agent-infra/browser-use",
  "version": "0.1.6",
  "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",
    "assets"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:agent-infra/browser.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "zod": "3.25.76",
    "openai": "5.10.2",
    "jsonrepair": "3.13.0",
    "@langchain/core": "0.3.66",
    "puppeteer-core": "24.15.0",
    "@agent-infra/logger": "0.0.2-beta.2",
    "@agent-infra/shared": "0.0.2",
    "zod-to-json-schema": "3.24.6",
    "uuid": "11.1.0",
    "@agent-infra/browser": "0.1.6"
  },
  "devDependencies": {
    "@types/node": "24.1.0",
    "@langchain/aws": "0.1.12",
    "@langchain/openai": "0.6.2",
    "typescript": "5.8.3",
    "tsx": "4.20.3",
    "vitest": "3.2.4",
    "@vitest/coverage-v8": "3.2.4",
    "@rslib/core": "0.11.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"
  }
}