mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 14:30:41 +00:00
Addresses review feedback: https://github.com/Comfy-Org/ComfyUI_frontend/pull/10694#discussion_r3007032674
24 lines
517 B
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:"
|
|
}
|
|
}
|