{
  "name": "@applitools/eyes-browser",
  "version": "1.6.18",
  "type": "module",
  "keywords": [
    "applitools",
    "browser",
    "chrome extension",
    "eyes",
    "eyes-sdk",
    "standalone",
    "test automation",
    "visual regression",
    "automation",
    "testing",
    "tests"
  ],
  "homepage": "https://applitools.com",
  "bugs": {
    "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/applitools/eyes.sdk.javascript1.git",
    "directory": "js/packages/eyes-browser"
  },
  "license": "SEE LICENSE IN LICENSE",
  "author": {
    "name": "Applitools Team",
    "email": "team@applitools.com"
  },
  "exports": {
    ".": {
      "types": "./types/index.d.ts",
      "browser": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./dist/*": "./dist/*.js",
    "./package.json": "./package.json"
  },
  "main": "./dist/index.js",
  "types": "./types/index.d.ts",
  "files": [
    "dist",
    "types"
  ],
  "scripts": {
    "lint": "run --top-level eslint '**/*.ts'",
    "build": "node ./esbuild/browser.config.mjs",
    "setup": "yarn playwright install --with-deps chromium",
    "test": "run playwright test"
  },
  "dependencies": {
    "@applitools/eyes": "1.42.1"
  },
  "devDependencies": {
    "@applitools/test-server": "1.4.4",
    "@playwright/test": "1.55.1",
    "@types/node": "^12.20.55",
    "@types/path-browserify": "^1.0.1",
    "assert": "^2.1.0",
    "browserify-zlib": "^0.2.0",
    "buffer": "^6.0.3",
    "core-js": "^3.33.3",
    "crypto-browserify": "^3.12.1",
    "https-browserify": "^1.0.0",
    "os-browserify": "^0.3.0",
    "path-browserify": "^1.0.1",
    "playwright": "1.55.1",
    "process": "^0.11.10",
    "stream-browserify": "^3.0.0",
    "stream-http": "^3.2.0",
    "util": "^0.12.5"
  },
  "engines": {
    "node": ">=12.13.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "lavamoat": {
    "allowScripts": {
      "@applitools/eyes>@applitools/core>ws>bufferutil": false,
      "@applitools/eyes>@applitools/core>ws>utf-8-validate": false,
      "core-js": false,
      "@applitools/eyes>@applitools/core>@applitools/core-base>@applitools/image>sharp": false
    }
  }
}