-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 999 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 999 Bytes
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
{
"name": "draw-things-comfyui",
"private": true,
"version": "1.10.2",
"description": "The official Draw Things extension for ComfyUI. Sends image-generation requests to Draw Things over gRPC. Supports Bridge Mode for DT+ cloud and local model execution.",
"type": "module",
"devDependencies": {
"@comfyorg/comfyui-frontend-types": "^1.24.1",
"@comfyorg/litegraph": "^0.16.9",
"@eslint/js": "^9.39.2",
"@playwright/test": "^1.52.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^24.0.4",
"dotenv": "^16.5.0",
"eslint": "^9.39.2",
"fs-extra": "^11.3.0",
"globals": "^16.5.0",
"tsup": "^8.5.0",
"tsx": "^4.20.3",
"typescript": "^5.8.3",
"typescript-eslint": "^8.50.0"
},
"scripts": {
"build": "tsup",
"gencode": "uv run --extra dev node ./scripts/genCode.mjs"
},
"keywords": [],
"author": "Kelly Jerrell",
"license": "ISC"
}