2026-06-16 10:27:33 +02:00
|
|
|
{
|
|
|
|
|
"name": "sternboard-e2e",
|
|
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"test": "playwright test",
|
|
|
|
|
"test:headed": "playwright test --headed"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@playwright/test": "^1.49.1",
|
|
|
|
|
"postgres": "^3.4.5"
|
|
|
|
|
}
|
|
|
|
|
}
|