UNPKG

quick-vrt

Version:

Quick Visual Regression Testing tool for web pages

40 lines (39 loc) 844 B
{ "name": "quick-vrt", "version": "1.3.0", "description": "Quick Visual Regression Testing tool for web pages", "main": "index.js", "bin": { "quick-vrt": "./index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "vrt", "visual-regression-testing", "puppeteer", "screenshot", "diff" ], "author": "arrow2nd", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/arrow2nd/quick-vrt.git" }, "homepage": "https://github.com/arrow2nd/quick-vrt", "bugs": { "url": "https://github.com/arrow2nd/quick-vrt/issues" }, "dependencies": { "commander": "^11.1.0", "open": "^9.1.0", "pixelmatch": "^5.3.0", "pngjs": "^7.0.0", "puppeteer": "^24.10.0" }, "engines": { "node": ">=16.0.0" } }