{ "name": "food-market-integration", "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", "@types/ws": "^8.18.1", "otplib": "^13.4.0", "tsx": "^4.19.2", "typescript": "^5.7.2" }, "dependencies": { "ws": "^8.21.0" } }