mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-03 18:24:53 +00:00
9 lines
437 B
JSON
9 lines
437 B
JSON
{
|
|
"scripts": [
|
|
{ "file": "init.lua", "name": "init", "category": "lifecycle", "description": "Package lifecycle" },
|
|
{ "file": "layout.lua", "name": "layout", "category": "ui", "description": "Page layout" },
|
|
{ "file": "schemas.lua", "name": "schemas", "category": "ui", "description": "Schema editor" },
|
|
{ "file": "workflows.lua", "name": "workflows", "category": "ui", "description": "Workflow editor" }
|
|
]
|
|
}
|