mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-27 15:24:56 +00:00
8 lines
357 B
JSON
8 lines
357 B
JSON
{
|
|
"scripts": [
|
|
{ "file": "init.lua", "name": "init", "category": "lifecycle", "description": "Package initialization" },
|
|
{ "file": "steps.lua", "name": "steps", "category": "editor", "description": "Steps editor operations" },
|
|
{ "file": "media.lua", "name": "media", "category": "editor", "description": "Media pane operations" }
|
|
]
|
|
}
|