{ "name": "food-market-regression", "version": "0.0.1", "private": true, "type": "module", "scripts": { "test": "playwright test", "test:flows": "playwright test flows/", "test:visual": "playwright test visual/", "test:smoke": "playwright test --grep @smoke", "test:update-snapshots": "playwright test visual/ --update-snapshots", "report": "playwright show-report reports/playwright-html" }, "devDependencies": { "@playwright/test": "^1.60.0", "@types/node": "^20.17.10", "typescript": "^5.7.2", "tsx": "^4.19.2", "otplib": "^13.4.0" } }