{
  "name": "img-diff-js",
  "version": "0.5.4",
  "description": "Library to compare 2 images",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "prepare": "husky install",
    "build": "tsc",
    "test": "jest",
    "test:ci": "jest --coverage",
    "prettier": "prettier \"*.md\" \"*.json\" \"*.yml\" \"src/**/*\"",
    "format": "npm run prettier -- --write",
    "format:check": "npm run prettier -- --check",
    "lint": "npm run format:check",
    "preperf": "tsc",
    "perf": "node tool/perf.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/reg-viz/img-diff-js.git"
  },
  "keywords": [
    "diff",
    "image",
    "compare"
  ],
  "author": "Quramy",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/reg-viz/img-diff-js/issues"
  },
  "homepage": "https://github.com/reg-viz/img-diff-js#readme",
  "dependencies": {
    "decode-tiff": "^0.2.0",
    "jpeg-js": "^0.4.2",
    "mkdirp": "^1.0.4",
    "pixelmatch": "^5.2.1",
    "pngjs": "^7.0.0"
  },
  "devDependencies": {
    "@types/jest": "29.5.12",
    "@types/mkdirp": "^1.0.1",
    "@types/node": "^20.0.0",
    "@types/pixelmatch": "^5.2.2",
    "@types/pngjs": "^6.0.0",
    "@types/rimraf": "3.0.2",
    "cp-file": "10.0.0",
    "husky": "9.0.11",
    "jest": "29.7.0",
    "prettier": "3.2.5",
    "pretty-quick": "4.0.0",
    "rimraf": "5.0.5",
    "ts-jest": "29.1.2",
    "typescript": "5.3.3"
  }
}
