regressify
Version:
Visual regression tests support
57 lines (56 loc) • 1.49 kB
JSON
{
"name": "regressify",
"version": "2.2.0",
"description": "Visual regression tests support",
"main": "src/index.ts",
"type": "module",
"bin": {
"regressify": "src/index.js"
},
"scripts": {
"build": "tsc --project tsconfig.json",
"typecheck": "tsc --project tsconfig.json --noEmit",
"install:browsers": "tsx src/index.ts install",
"ref": "tsx src/index.ts ref",
"approve": "tsx src/index.ts approve",
"test": "tsx src/index.ts test",
"test:unit": "vitest run",
"test:unit:watch": "vitest",
"test:coverage": "vitest run --coverage",
"test:ci": "vitest run --coverage --reporter=dot",
"snapshot": "tsx src/index.ts snapshot",
"ver": "bun version"
},
"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",
"glob": "^11.0.3",
"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",
"@vitest/coverage-v8": "^4.1.8",
"ts-node": "^10.9.2",
"tsx": "^4.19.4",
"typescript": "^5.8.3",
"vitest": "^4.1.8"
}
}