{
  "name": "@keystrokehq/browserbase",
  "version": "0.0.16",
  "private": false,
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    },
    "./credential-sets": {
      "types": "./dist/credential-sets/index.d.mts",
      "default": "./dist/credential-sets/index.mjs"
    },
    "./operations": {
      "types": "./dist/operations/index.d.mts",
      "default": "./dist/operations/index.mjs"
    },
    "./schemas": {
      "types": "./dist/schemas/index.d.mts",
      "default": "./dist/schemas/index.mjs"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {
    "@browserbasehq/sdk": "^2.9.0",
    "@browserbasehq/stagehand": "^3.2.0",
    "@keystrokehq/ai": "^0.0.16",
    "zod": "^4.3.6"
  },
  "peerDependencies": {
    "@keystrokehq/core": ">=0.0.8 <0.1.0"
  },
  "devDependencies": {
    "@types/node": "^22.19.11",
    "tsdown": "^0.20.3",
    "typescript": "^5.9.3",
    "vitest": "^4.0.18",
    "@keystrokehq/core": "^0.0.12",
    "@keystrokehq/test-utils": "0.0.0",
    "@keystrokehq/integration-authoring": "0.0.9",
    "@keystrokehq/typescript-config": "0.0.0"
  },
  "keywords": [
    "browserbase",
    "stagehand",
    "browser-automation",
    "keystroke",
    "integration"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/keystrokehq/integrations",
    "directory": "integrations/browserbase"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "tsdown",
    "typecheck": "tsgo --build",
    "lint": "biome check .",
    "lint:fix": "biome check --write .",
    "test:unit": "vitest run --passWithNoTests --project unit",
    "test:int": "vitest run --passWithNoTests --project int"
  }
}