mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-28 15:54:56 +00:00
29 lines
625 B
JSON
29 lines
625 B
JSON
{
|
|
"scripts": [
|
|
{
|
|
"id": "init",
|
|
"name": "Workflow Editor Init",
|
|
"file": "init.lua",
|
|
"description": "Initialize workflow editor module"
|
|
},
|
|
{
|
|
"id": "editor",
|
|
"name": "Workflow Editor",
|
|
"file": "editor.lua",
|
|
"description": "Workflow editor rendering"
|
|
},
|
|
{
|
|
"id": "status",
|
|
"name": "Run Status",
|
|
"file": "status.lua",
|
|
"description": "Workflow run status display"
|
|
},
|
|
{
|
|
"id": "run",
|
|
"name": "Run Card",
|
|
"file": "run.lua",
|
|
"description": "Workflow run card component"
|
|
}
|
|
]
|
|
}
|