shigehachi
Version:
Compare two sets of images and generate difference images
62 lines (61 loc) • 1.39 kB
JSON
{
"name": "shigehachi",
"version": "8.0.0",
"description": "Compare two sets of images and generate difference images",
"main": "index.js",
"type": "module",
"bin": "bin/shigehachi.js",
"author": {
"name": "Juga Paazmaya",
"email": "paazmaya@yahoo.com",
"url": "https://paazmaya.fi"
},
"scripts": {
"lint": "eslint *.js bin lib",
"test": "c8 --exclude tests tape tests/*_test.js tests/*/*_test.js && rm -rf tmp",
"coverage": "c8 --exclude tests report --reporter=text-lcov > coverage.lcov && codecov"
},
"repository": {
"type": "git",
"url": "https://github.com/paazmaya/shigehachi.git"
},
"keywords": [
"image",
"visual",
"regression",
"testing",
"comparison",
"difference",
"diff",
"graphicmagick",
"imagemagick"
],
"files": [
"bin",
"lib",
"LICENSE",
"index.js",
"npm-shrinkwrap.json",
"README.md"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/paazmaya/shigehachi/issues"
},
"engines": {
"node": ">=14.15.0"
},
"homepage": "https://github.com/paazmaya/shigehachi",
"dependencies": {
"fs-extra": "11.1.1",
"optionator": "0.9.1"
},
"devDependencies": {
"codecov": "3.8.3",
"eslint": "8.42.0",
"eslint-config-paazmaya": "9.0.1",
"eslint-plugin-node": "11.1.0",
"c8": "7.14.0",
"tape": "5.6.3"
}
}