You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
740 B
31 lines
740 B
{ |
|
"name": "comfui-tests", |
|
"version": "1.0.0", |
|
"description": "UI tests", |
|
"main": "index.js", |
|
"scripts": { |
|
"test": "jest", |
|
"test:generate": "node setup.js" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/comfyanonymous/ComfyUI.git" |
|
}, |
|
"keywords": [ |
|
"comfyui", |
|
"test" |
|
], |
|
"author": "comfyanonymous", |
|
"license": "GPL-3.0", |
|
"bugs": { |
|
"url": "https://github.com/comfyanonymous/ComfyUI/issues" |
|
}, |
|
"homepage": "https://github.com/comfyanonymous/ComfyUI#readme", |
|
"devDependencies": { |
|
"@babel/preset-env": "^7.22.20", |
|
"@types/jest": "^29.5.5", |
|
"babel-plugin-transform-import-meta": "^2.2.1", |
|
"jest": "^29.7.0", |
|
"jest-environment-jsdom": "^29.7.0" |
|
} |
|
}
|
|
|