mirror of
https://github.com//cppla/ServerStatus
synced 2026-09-20 16:00:15 +08:00
12 lines
213 B
JSON
12 lines
213 B
JSON
{
|
|
"name": "serverstatus-webui-tests",
|
|
"private": true,
|
|
"packageManager": "pnpm@11.19.0",
|
|
"scripts": {
|
|
"test:webui": "playwright test"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "1.62.1"
|
|
}
|
|
}
|