{ "name": "e2e", "scripts": { "lint": "eslint", "format": "prettier --write \"**/*.{js,mjs,ts,html,json,md}\"", "check-format": "prettier --check \"**/*.{js,mjs,ts,html,json,md}\"", "typecheck": "tsc --noEmit --pretty", "test": "npx playwright test" }, "license": "MIT", "devDependencies": { "@eslint/js": "^9.39.2", "fflate": "^0.8.0", "@js-joda/core": "^5.7.0", "@js-joda/locale_en-us": "^4.15.3", "@playwright/test": "^1.58.0", "@types/node": "^25.1.0", "eslint": "^9.39.2", "eslint-config-prettier": "^10.1.8", "eslint-plugin-playwright": "^2.5.1", "prettier": "^3.8.1", "typescript": "^5.9.3", "typescript-eslint": "^8.55.0" } }