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