All checks were successful
Build and test project / build-and-test (push) Successful in 1m43s
12 lines
206 B
JSON
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"
|
|
}
|
|
}
|