UNPKG

testophobia

Version:
88 lines (87 loc) 1.93 kB
{ "name": "testophobia", "version": "2.1.28", "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": "^2.2.0", "bs58": "^6.0.0", "chalk": "^5.5.0", "deep-object-diff": "^1.1.9", "esm": "^3.2.25", "express": "^5.1.0", "figures": "^6.1.0", "find-config": "^1.0.0", "fs-extra": "^11.3.1", "glob": "^11.0.3", "imagesloaded": "^5.0.0", "inquirer": "^12.9.1", "is-plain-object": "^5.0.0", "jpeg-js": "^0.4.4", "jquery": "^3.7.1", "ky": "^1.8.2", "lodash": "^4.17.21", "lolex": "^6.0.0", "meow": "^13.2.0", "opn": "^6.0.0", "ora": "^8.2.0", "pixelmatch": "^7.1.0", "playwright": "1.54.2", "pngjs": "^7.0.0", "sharp": "^0.34.3", "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.4.1", "sinon": "^21.0.0" }, "ava": { "files": [ "tests/unit/**/*" ] }, "packageManager": "yarn@4.3.1" }