mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-09-12 21:37:53 -04:00
18 lines
435 B
JSON
18 lines
435 B
JSON
{
|
|
"name": "cleanuparr-e2e",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "playwright test",
|
|
"test:headed": "playwright test --headed",
|
|
"test:debug": "playwright test --debug",
|
|
"test:regression": "playwright test --project=setup:regression --project=regression"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/signalr": "^8.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.50.0",
|
|
"@types/node": "^22.10.0"
|
|
}
|
|
}
|