{ "name": "e2e", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "lint": "eslint tests/**/*.ts", "test": "playwright test --ui", "test:ci": "playwright test" }, "keywords": [], "author": "Sebastian", "license": "ISC", "devDependencies": { "@playwright/test": "^1.49.1", "@types/node": "^20.9.3", "@types/uuid": "^10.0.0", "@typescript-eslint/eslint-plugin": "^6.12.0", "@typescript-eslint/parser": "^6.12.0", "eslint": "^8.54.0", "eslint-config-airbnb-typescript": "17.1.0", "eslint-plugin-deprecation": "^2.0.0", "eslint-plugin-import": "2.29.0" }, "dependencies": { "uuid": "^10.0.0" } }