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
688 B
31 lines
688 B
1 year ago
|
{
|
||
|
"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",
|
||
|
"jest": "^29.7.0",
|
||
|
"jest-environment-jsdom": "^29.7.0"
|
||
|
}
|
||
|
}
|