-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.02 KB
/
package.json
File metadata and controls
30 lines (30 loc) · 1.02 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
{
"name": "node-flow",
"version": "1.1.0",
"description": "Render node streams like `ComfyUi`, `UE`, `Houdini`, `Blender`, etc., to make it easy to write relevant notes. json describes the chart, compared to screenshots, making it easier to modify later. The plugin is also compatible with blogs.",
"main": "main.js",
"scripts": {
"ob:dev": "cd ./src/NodeFlowObsidian && pnpm dev",
"ob:build": "cd ./src/NodeFlowObsidian && pnpm build",
"ob:build2": "cd ./src/NodeFlowObsidian && pnpm build2",
"ob:version": "node version-bump.mjs && git add manifest.json versions.json",
"app:dev": "cd ./src/NodeFlowApp && pnpm dev",
"app:build": "cd ./src/NodeFlowApp && pnpm build",
"app2:dev": "cd ./src/EditableBlockApp && pnpm dev",
"app2:build": "cd ./src/EditableBlockApp && pnpm build"
},
"keywords": [
"Obsidian",
"ComfyUi",
"UE",
"Houdini",
"Blender",
"nodeflow"
],
"author": "LincZero",
"license": "GPL-3.0-only",
"dependencies": {
},
"devDependencies": {
}
}