1
0
Files
kobopatch-webui/tests/package.json
2026-03-25 19:28:55 +01:00

12 lines
206 B
JSON

{
"name": "kobopatch-webui-e2e",
"private": true,
"scripts": {
"test": "npx playwright test"
},
"devDependencies": {
"@playwright/test": "^1.50.0",
"jszip": "^3.10.1"
}
}