-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·40 lines (40 loc) · 1.08 KB
/
package.json
File metadata and controls
executable file
·40 lines (40 loc) · 1.08 KB
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
33
34
35
36
37
38
39
40
{
"name": "comfyui-enhancedlinksandnodes",
"version": "2.0.1",
"description": "A visually stunning extension for ComfyUI that adds beautiful, customizable animations to both links and nodes in your workflow.",
"type": "module",
"scripts": {
"dev": "vite build --watch",
"build": "vite build",
"test": "vitest",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage",
"test:e2e": "playwright test",
"type-check": "tsc --noEmit",
"lint": "tsc --noEmit && echo 'Type check passed'"
},
"keywords": [
"comfyui",
"animation",
"visualization",
"links",
"nodes"
],
"author": "Æmotion Studio",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/AEmotionStudio/ComfyUI-EnhancedLinksandNodes"
},
"packageManager": "pnpm@10.27.0",
"devDependencies": {
"@playwright/test": "^1.57.0",
"@types/node": "^25.0.6",
"@vitest/coverage-v8": "^4.0.16",
"jsdom": "^27.4.0",
"playwright": "^1.57.0",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vitest": "^4.0.16"
}
}