{
  "name": "@nox-medical/cypress-image-diff-js",
  "version": "1.22.0",
  "description": "Visual regression testing tool with cypress",
  "main": "dist/command.js",
  "types": "types/index.d.ts",
  "bin": {
    "cypress-image-diff": "./bin/cypress-image-diff.js"
  },
  "scripts": {
    "lint": "eslint src/ cypress/",
    "test:unit": "jest src/",
    "test:e2e": "npm run build && cypress run --browser chrome --headless",
    "build": "npx babel src -d dist && cp src/reporter/template.hbs dist/reporter/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pjanaya/cypress-image-diff.git"
  },
  "release": {
    "branches": [
      "main"
    ]
  },
  "keywords": [
    "cypress",
    "visual",
    "testing",
    "visual",
    "regression",
    "image",
    "comparison"
  ],
  "author": "Filippo Raimondi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pjanaya/cypress-image-diff/issues"
  },
  "homepage": "https://github.com/pjanaya/cypress-image-diff#readme",
  "dependencies": {
    "@babel/runtime": "^7.12.5",
    "arg": "^4.1.1",
    "colors": "^1.4.0",
    "cypress-recurse": "^1.13.1",
    "fs-extra": "^9.0.1",
    "handlebars": "^4.7.7",
    "pixelmatch": "^5.1.0",
    "pngjs": "^3.4.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.14.8",
    "@babel/core": "^7.14.8",
    "@babel/plugin-transform-runtime": "^7.5.5",
    "@babel/preset-env": "^7.5.5",
    "babel-eslint": "^7.2.3",
    "babel-jest": "^27.2.2",
    "babel-preset-env": "^1.7.0",
    "babel-preset-es2015": "^6.24.1",
    "cypress": "^10.8.0",
    "eslint": "^7.32.0",
    "eslint-config-airbnb-base": "^14.2.0",
    "eslint-config-prettier": "^6.12.0",
    "eslint-plugin-import": "^2.22.1",
    "jest": "^27.0.6",
    "prettier": "^2.1.2",
    "semantic-release": "^19.0.2"
  },
  "peerDependencies": {
    "cypress": "^9.6.1 || ^10.0.0 || ^11.0.0 || ^12.0.0"
  },
  "resolutions": {
    "y18n": ">=4.0.1",
    "lodash": ">=4.17.21",
    "hosted-git-info": ">=2.8.9",
    "browserslist": ">=4.16.5",
    "ws": ">=7.4.6",
    "path-parse": ">=1.0.7",
    "trim-off-newlines": ">=1.0.1",
    "set-value": ">=4.0.1",
    "tmpl": ">=1.0.5",
    "minimist": ">=1.2.6"
  }
}
