UNPKG

wp-screenshotter

Version:

WP ScreenShotter - Wordpress Visual Regression Test

45 lines (44 loc) 1.26 kB
{ "name": "wp-screenshotter", "version": "1.19.14", "description": "WP ScreenShotter - Wordpress Visual Regression Test", "author": "Etayf", "homepage": "https://github.com/etayf/wp-screenshotter", "license": "GPL-3.0-or-later", "engines": { "node": "<=14.15.2" }, "main": "src/index.js", "bin": { "elementor-screenshotter-run-test-local": "src/run-test-screenshotter-local.js", "elementor-screenshotter-clean-local-env": "src/clean-local-env.js", "elementor-screenshotter-install": "src/install-dependencies.js", "elementor-screenshotter-import-templates": "src/import-templates.js", "elementor-screenshotter-build-package-and-run-server": "src/build-package-and-run-server.js", "elementor-screenshotter-run-test": "src/run-test-screenshotter.js" }, "files": [ "src" ], "dependencies": { "backstopjs": "^5.0.7", "chalk": "^4.0.0", "minimist": "^1.2.1", "shelljs": "^0.8.4" }, "bugs": { "url": "https://github.com/etayf/wp-screenshotter/issues" }, "keywords": [ "wp-screenshotter", "wp visual regression testing", "wordpress visual regression testing", "screenshotter", "vrt", "visual regression testing" ], "repository": { "type": "git", "url": "git+https://github.com/etayf/wp-screenshotter.git" } }