{ "name": "sepm-gruppenphase-e2e", "version": "1.0.0", "description": "e2e tests", "main": "index.js", "private": true, "dependencies": { "cypress": "13.7.3", "cypress-mochawesome-reporter": "3.8.2", "cypress-multi-reporters": "1.6.4", "mocha-junit-reporter": "2.2.1" }, "devDependencies": { "prettier": "^3.2.5", "typescript": "^5.4.5" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "cypress": "cypress run", "cypress:open": "cypress open", "prettier:check": "prettier --check '**/*.{json,html,scss,ts,js}'", "prettier:fix": "prettier --write '**/*.{json,html,scss,ts,js}'" }, "author": "Heimo Stranner", "license": "ISC" }