11 lines
168 B
JSON
11 lines
168 B
JSON
{
|
|
"name": "intotheeast-tests",
|
|
"private": true,
|
|
"scripts": {
|
|
"test:ui": "playwright test"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.48.0"
|
|
}
|
|
}
|