regressify
Version:
Visual regression tests support
45 lines • 1.06 kB
JSON
{
"name": "regressify",
"version": "1.3.0",
"description": "Visual regression tests support",
"main": "src/index.ts",
"type": "module",
"bin": {
"regressify": "./src/index.js"
},
"scripts": {
"build": "tsc --project tsconfig.json",
"ref": "tsx src/index.ts ref",
"approve": "tsx src/index.ts approve",
"test": "tsx src/index.ts test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/precise-alloy/regression-test.git"
},
"homepage": "https://tuyen.blog/optimizely-cms/testing/get-started/",
"keywords": [
"cli",
"visual",
"test",
"regression"
],
"author": "tuyen-at-work",
"license": "ISC",
"dependencies": {
"backstopjs": "^6.3.25",
"chalk": "^5.4.1",
"js-yaml": "^4.1.0",
"ncp": "^2.0.0",
"slash": "^5.1.0"
},
"devDependencies": {
"@types/backstopjs": "^6.1.3",
"@types/js-yaml": "^4.0.9",
"@types/ncp": "^2.0.8",
"@types/node": "^22.15.17",
"ts-node": "^10.9.2",
"tsx": "^4.19.4",
"typescript": "^5.8.3"
}
}