mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-05 21:54:50 +00:00
25 lines
553 B
JSON
25 lines
553 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:"
|
|
},
|
|
"packageManager": "pnpm@10.17.1"
|
|
}
|