{
  "name": "webdriver-image-comparison",
  "version": "9.0.4",
  "author": "Wim Selles - wswebcreation",
  "description": "An image compare module that can be used for different NodeJS Test automation frameworks that support the webdriver protocol",
  "keywords": [],
  "license": "MIT",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "type": "module",
  "homepage": "https://webdriver.io/docs/visual-testing",
  "repository": {
    "type": "git",
    "url": "https://github.com/webdriverio/visual-testing.git"
  },
  "bugs": {
    "url": "https://github.com/webdriverio/visual-testing/issues"
  },
  "dependencies": {
    "fs-extra": "^11.3.0",
    "jimp": "^1.6.0",
    "@wdio/logger": "^9.4.4"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.4",
    "webdriverio": "^9.14.0"
  },
  "scripts": {
    "build": "run-s clean:build build:*",
    "build:tsc": "tsc --project ./tsconfig.json",
    "clean:build": "rimraf coverage dist .tmp",
    "clean:watch": "rimraf coverage .tmp",
    "watch": "run-s clean:watch watch:tsc",
    "watch:tsc": "pnpm run build:tsc -w"
  }
}