Files
ComfyUI_frontend/tools/test-recorder/package.json

24 lines
517 B
JSON

{
"name": "@comfyorg/test-recorder",
"version": "0.1.0",
"private": true,
"description": "Interactive CLI for recording and transforming Playwright browser tests",
"bin": {
"comfy-test": "./dist/index.js"
},
"type": "module",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@clack/prompts": "^0.9.1",
"picocolors": "catalog:"
},
"devDependencies": {
"@types/node": "catalog:",
"typescript": "catalog:"
}
}