5232609719
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
13 lines
239 B
JSON
13 lines
239 B
JSON
{
|
|
"name": "panel-controller-ui-gate",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"gate": "node gate-parse.mjs",
|
|
"test": "playwright test ui.spec.mjs"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.59.1"
|
|
}
|
|
}
|