{ "name": "michael-playwright-tests", "version": "1.0.0", "description": "Playwright Tests für Michael (nur Testumgebung, keine App)", "main": "combined.spec.ts", "scripts": { "test": "npx playwright test" }, "author": "", "license": "MIT", "devDependencies": { "@playwright/test": "^1.43.0" } }