mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-22 05:32:12 -03:00
15 lines
255 B
JSON
15 lines
255 B
JSON
{
|
|
"name": "comfyui-lora-manager-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"devDependencies": {
|
|
"jsdom": "^24.0.0",
|
|
"vitest": "^1.6.0"
|
|
}
|
|
}
|