{
  "name": "visual-diff-tool",
  "version": "1.0.24",
  "description": "Visual regression testing tool for comparing two URLs of the same app by capturing screenshots, performing pixel-by-pixel image comparisons, and highlighting visual differences. Ideal for detecting UI changes after deployments or updates.",
  "main": "src/index.js",
  "scripts": {
    "test": "jest",
    "prepare": "mkdir -p screenshots"
  },
  "keywords": [
    "visual-testing",
    "ui-regression",
    "visual-compare",
    "pixelmatch",
    "puppeteer",
    "screenshot-testing",
    "regression-testing",
    "headless-browser",
    "image-diff"
  ],
  "author": "Gaurav Awale",
  "dependencies": {
    "pixelmatch": "5.2.1",
    "pngjs": "^7.0.0",
    "puppeteer": "^24.7.2"
  },
  "devDependencies": {
    "jest": "^29.7.0"
  },
  "license": "MIT"
}
