{ "name": "@aeroflot-flights/e2e", "version": "1.0.0", "private": true, "scripts": { "cypress:open": "cypress open", "cypress:run": "cypress run", "backstop:reference": "backstop reference --config=backstop/backstop-angular.json", "backstop:test": "backstop test --config=backstop/backstop-react.json", "validate": "bash ../scripts/full-validation.sh" }, "devDependencies": { "cypress": "^13.6.0", "backstopjs": "^6.3.0", "typescript": "^5.3.0" } }