{ "name": "resemblejs", "version": "5.0.0", "description": "Image analysis and comparison with HTML5", "main": "resemble.js", "repository": { "type": "git", "url": "https://github.com/rsmbl/Resemble.js.git" }, "keywords": [ "comparison", "visual", "image", "diff", "compare", "html5" ], "author": "James Cryer", "license": "MIT", "bugs": { "url": "https://github.com/rsmbl/Resemble.js/issues" }, "homepage": "https://github.com/rsmbl/Resemble.js", "scripts": { "test": "jest nodejs-tests", "test:coverage": "jest nodejs-tests --coverage", "test:watch": "jest --watch nodejs-tests", "test:debug": "node --inspect node_modules/jest/bin/jest --watch --runInBand nodejs-tests", "lint": "eslint **/*.js --fix", "lint-ci": "eslint -c ./.eslintrc --ignore-path ./.eslintignore **/*.js" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "*.{js,json,css,md}": [ "prettier --write", "git add" ] }, "optionalDependencies": { "canvas": "2.11.2" }, "devDependencies": { "chai": "^4.3.7", "eslint": "^8.42.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-prettier": "^4.2.1", "husky": "^8.0.3", "jest": "^29.5.0", "jest-cli": "^29.5.0", "lint-staged": "^13.2.2", "prettier": "^2.8.8" }, "jest": { "testEnvironment": "node" } }