UNPKG

imagemagick-compare

Version:

Compare images with NodeJS using ImageMagick's Magick++

56 lines (55 loc) 1.25 kB
{ "name": "imagemagick-compare", "version": "1.1.4", "description": "Compare images with NodeJS using ImageMagick's Magick++", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "install": "node-gyp rebuild", "build": "tsc", "build:gyp": "node-gyp rebuild", "test": "ts-mocha --timeout 5000 test/*.spec.ts", "test:coverage": "nyc npm test -- --reporter mocha-junit-reporter", "coverage": "codecov" }, "author": "Johannes Berthel", "repository": { "type": "git", "url": "git://github.com/joberthel/imagemagick-compare.git" }, "license": "MIT", "dependencies": { "nan": "^2.17.0" }, "devDependencies": { "@types/chai": "^4.3.4", "@types/chai-as-promised": "^7.1.5", "@types/mocha": "^10.0.1", "@types/node": "^18.13.0", "chai": "^4.3.7", "chai-as-promised": "^7.1.1", "codecov": "^3.8.3", "mocha": "^10.2.0", "mocha-junit-reporter": "^2.2.0", "nyc": "^15.1.0", "ts-mocha": "^10.0.0", "typescript": "^4.9.5" }, "keywords": [ "imagemagick", "magick++", "compare", "AE", "DSSIM", "FUZZ", "MAE", "MEPP", "MSE", "NCC", "PAE", "PHASH", "PSNR", "RMSE", "SSIM" ] }