Spaces:
Building
on
A10G
Building
on
A10G
{ | |
"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" | |
} | |
} | |