12 lines
209 B
JSON
12 lines
209 B
JSON
{
|
|
"name": "bds-ui-automation",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"monaco-editor": "^0.55.1",
|
|
"playwright": "^1.54.1"
|
|
},
|
|
"scripts": {
|
|
"ui:install": "playwright install chromium"
|
|
}
|
|
}
|