{
  "name": "testophobia",
  "version": "2.1.24",
  "description": "Web application snapshot tester",
  "license": "MIT",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/testophobia/testophobia.git"
  },
  "bugs": {
    "url": "https://github.com/testophobia/testophobia/issues"
  },
  "homepage": "https://github.com/testophobia/testophobia",
  "main": "lib/testophobia.js",
  "contributors": [
    {
      "name": "Jason Gardner",
      "email": "jason.gardner.lv@gmail.com"
    },
    {
      "name": "Stephen Ward",
      "email": "srmward@gmail.com"
    }
  ],
  "keywords": [
    "test",
    "testing",
    "testophobia",
    "cli",
    "snapshot",
    "javascript",
    "ui",
    "automated",
    "browser",
    "chrome",
    "web",
    "website",
    "application"
  ],
  "bin": {
    "testophobia": "bin/testophobia.js",
    "testophobia-viewer": "bin/testophobia-viewer.js"
  },
  "dependencies": {
    "body-parser": "^1.20.3",
    "bs58": "^6.0.0",
    "chalk": "^5.3.0",
    "deep-object-diff": "^1.1.9",
    "esm": "^3.2.25",
    "express": "^4.21.1",
    "figures": "^6.1.0",
    "find-config": "^1.0.0",
    "fs-extra": "^11.2.0",
    "glob": "^11.0.0",
    "imagesloaded": "^5.0.0",
    "inquirer": "^12.1.0",
    "is-plain-object": "^5.0.0",
    "jpeg-js": "^0.4.4",
    "jquery": "^3.7.1",
    "ky": "^1.7.2",
    "lodash": "^4.17.21",
    "lolex": "^6.0.0",
    "meow": "^13.2.0",
    "opn": "^6.0.0",
    "ora": "^8.1.1",
    "pixelmatch": "^6.0.0",
    "playwright": "1.49.0",
    "pngjs": "^7.0.0",
    "sharp": "^0.33.5",
    "zurb-twentytwenty": "https://github.com/zurb/twentytwenty"
  },
  "scripts": {
    "pretest": "node tests/unit/common/generate-temp.js",
    "test": "ava -v 2> /dev/null"
  },
  "devDependencies": {
    "ava": "^6.2.0",
    "sinon": "^19.0.2"
  },
  "ava": {
    "files": [
      "tests/unit/**/*"
    ]
  },
  "packageManager": "yarn@4.3.1"
}
