File size: 740 Bytes
eb9ca51
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "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"
  }
}