mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-07-18 01:38:03 +00:00
Backport of #12479 to `cloud/1.45` Automatically created by backport workflow. Co-authored-by: nav-tej <36310614+nav-tej@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: Miles <miles@comfy.org> Co-authored-by: GitHub Action <action@github.com> Co-authored-by: nav <nav@mac.lan> Co-authored-by: Miles Ryan <thedatalife@users.noreply.github.com>
24 lines
521 B
JSON
24 lines
521 B
JSON
{
|
|
"name": "@comfyorg/shared-frontend-utils",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "Shared frontend utils for ComfyUI Frontend",
|
|
"keywords": [],
|
|
"type": "module",
|
|
"exports": {
|
|
"./formatUtil": "./src/formatUtil.ts",
|
|
"./networkUtil": "./src/networkUtil.ts",
|
|
"./piiUtil": "./src/piiUtil.ts"
|
|
},
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"axios": "catalog:",
|
|
"dompurify": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "catalog:"
|
|
}
|
|
}
|