{
  "name": "@cake-hub/cake-screenshot_diffs",
  "version": "1.0.0",
  "description": "A CAKE Screenshot diffing tool that includes a setup to comapre two given resources by screenshots taken from the available pages.",
  "main": "index.js",
  "bin": {
    "cake-screenshot_diffs": "cli.js"
  },
  "scripts": {
    "start": "node index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cake-hub/cake-screenshot_diffs.git"
  },
  "keywords": [
    "cake",
    "screenshot",
    "diffing",
    "diffs",
    "tool"
  ],
  "author": "CAKE-HUB",
  "license": "SEE LICENSE IN LICENSE",
  "bugs": {
    "url": "https://github.com/cake-hub/cake-screenshot_diffs/issues"
  },
  "homepage": "https://github.com/cake-hub/cake-screenshot_diffs#readme",
  "dependencies": {
    "axios": "^0.21.1",
    "backstopjs": "^5.3.5",
    "deepmerge": "^4.2.2",
    "fs-extra": "^10.0.0",
    "js-yaml": "^4.1.0",
    "jsdom": "^16.6.0",
    "p-queue-es5": "^6.0.2",
    "yargs": "^17.0.1"
  }
}
