{
  "name": "eyes.sdk",
  "version": "5.0.0",
  "description": "Applitools Eyes SDK For JavaScript",
  "keywords": [
    "eyes.sdk",
    "applitools",
    "eyes",
    "test automation",
    "visual regression",
    "automation",
    "testing",
    "tests"
  ],
  "homepage": "https://applitools.com",
  "author": {
    "name": "Applitools Team",
    "email": "team@applitools.com",
    "url": "https://applitools.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/applitools/eyes.sdk.javascript1.git"
  },
  "bugs": {
    "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
  },
  "directories": {
    "lib": "./src",
    "test": "./test"
  },
  "files": [
    "README.md",
    "LICENSE",
    "index.js",
    "src/",
    "typings/"
  ],
  "main": "./index.js",
  "types": "./typings/index.d.ts",
  "dependencies": {
    "eyes.utils": "4.0.0",
    "request": "^2.88.0"
  },
  "devDependencies": {
    "@applitools/sdk-release-kit": "0.1.0",
    "@types/node": "*",
    "mocha": "^6.2.2",
    "typescript": "^3.6.4"
  },
  "scripts": {
    "vv": "bongo --verify-versions",
    "vc": "bongo --verify-changelog",
    "uc": "bongo --update-changelog",
    "verify-commits": "bongo --verify-commits",
    "test": "npm run test:unit",
    "test:unit": "mocha --no-timeouts \"test/unit/**/*.spec.js\"",
    "typings": "tsc --declaration",
    "preversion": "yarn vv && yarn vc && yarn verify-commits",
    "version": "yarn uc && git add CHANGELOG.md",
    "postversion": "git push --follow-tags"
  },
  "browser": {
    "./src/FileLogHandler": false
  },
  "license": "SEE LICENSE IN LICENSE",
  "engines": {
    "node": ">=8.9.0"
  }
}
