pp-mono/e2e/package.json
2026-03-13 16:15:19 +01:00

12 lines
171 B
JSON

{
"name": "e2e",
"private": true,
"type": "module",
"scripts": {
"test": "playwright test"
},
"devDependencies": {
"@playwright/test": "^1.49.0"
}
}