mirror of
https://github.com/rookiestar28/ComfyUI-OpenClaw.git
synced 2026-08-14 08:52:45 +00:00
18 lines
415 B
JSON
18 lines
415 B
JSON
{
|
|
"name": "comfyui-openclaw",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.50.0"
|
|
},
|
|
"scripts": {
|
|
"test": "node scripts/run-playwright.mjs",
|
|
"test:ui": "npx playwright test --ui",
|
|
"test:headed": "npx playwright test --headed",
|
|
"test:debug": "npx playwright test --debug",
|
|
"test:report": "npx playwright show-report"
|
|
}
|
|
}
|