{
"name": "ssg-visual-tests",
"version": "0.0.38",
"private": true,
"description": "Visual regression tests for SSG using Playwright",
"scripts": {
"test": "npx playwright test",
"update-baselines": "npx playwright test --update-snapshots"
},
"devDependencies": {
"@playwright/test": "^1.50.0",
"@axe-core/playwright": "^4.10.0"
}
}