genauigkeit
Version:
Visual Regression Testing for Storybook
48 lines • 1.12 kB
JSON
{
"$schema": "https://json.schemastore.org/package.json",
"name": "genauigkeit",
"version": "0.0.36",
"repository": {
"type": "git",
"url": "https://github.com/TorstenDittmann/genauigkeit"
},
"description": "Visual Regression Testing for Storybook",
"type": "module",
"exports": {
".": "./index.js"
},
"types": "./index.d.ts",
"keywords": [
"storybook",
"screenshot",
"visual",
"regression",
"testing"
],
"author": "Torsten Dittmann",
"license": "ISC",
"dependencies": {
"@clerc/plugin-help": "^0.44.0",
"@clerc/plugin-not-found": "^0.44.0",
"@clerc/plugin-version": "^0.44.0",
"c12": "^1.10.0",
"clerc": "^0.44.0",
"consola": "^3.2.3",
"dockerode": "^4.0.2",
"fs-extra": "^11.2.0",
"looks-same": "^9.0.0",
"p-queue": "^8.0.1",
"pixelmatch": "^5.3.0",
"playwright": "1.45.2",
"sharp": "^0.33.4",
"yargs": "^17.7.2"
},
"bin": {
"genauigkeit": "./bin/genauigkeit"
},
"scripts": {
"start": "node index.js",
"test": "pnpm start generate && pnpm start test",
"lint": "publint ."
}
}