UNPKG

quick-vrt

Version:

Quick Visual Regression Testing tool with interactive TUI for web pages

49 lines (48 loc) 1.05 kB
{ "name": "quick-vrt", "version": "1.6.1", "description": "Quick Visual Regression Testing tool with interactive TUI 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", "tui", "interactive", "cli", "testing" ], "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": { "clipboardy": "^3.0.0", "commander": "^11.1.0", "ink": "^6.0.1", "ink-text-input": "^6.0.0", "open": "^9.1.0", "pixelmatch": "^5.3.0", "pngjs": "^7.0.0", "puppeteer": "^24.12.1", "react": "^19.1.0", "sharp": "^0.34.3" }, "engines": { "node": ">=16.0.0" } }