{
  "name": "@applitools/eyes",
  "version": "1.33.4",
  "keywords": [
    "applitools",
    "eyes",
    "eyes-sdk",
    "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"
  },
  "license": "SEE LICENSE IN LICENSE",
  "author": {
    "name": "Applitools Team",
    "email": "team@applitools.com"
  },
  "exports": {
    ".": {
      "types": "./types/index.d.ts",
      "default": "./dist/index.js"
    },
    "./dist/*": "./dist/*.js",
    "./package.json": "./package.json"
  },
  "main": "./dist/index.js",
  "types": "./types/index.d.ts",
  "files": [
    "dist",
    "types"
  ],
  "bin": "./dist/cli/cli.js",
  "scripts": {
    "lint": "run --top-level eslint '**/*.ts'",
    "build": "run --top-level tsc --project ./tsconfig.build.json",
    "test": "run --top-level mocha './test/**/*.spec.ts'"
  },
  "dependencies": {
    "@applitools/core": "4.36.0",
    "@applitools/logger": "2.1.2",
    "@applitools/utils": "1.8.0",
    "chalk": "4.1.2"
  },
  "devDependencies": {
    "@applitools/req": "^1.7.10",
    "@types/node": "^12.20.55"
  },
  "engines": {
    "node": ">=12.13.0"
  },
  "publishConfig": {
    "access": "public"
  }
}