mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 22:34:56 +00:00
29 lines
691 B
JSON
29 lines
691 B
JSON
{
|
|
"scripts": [
|
|
{
|
|
"file": "init.lua",
|
|
"name": "init",
|
|
"category": "lifecycle",
|
|
"description": "Lifecycle hooks for installation and removal"
|
|
},
|
|
{
|
|
"file": "blueprint.lua",
|
|
"name": "blueprint",
|
|
"category": "templates",
|
|
"description": "Build a starter blueprint for code generation"
|
|
},
|
|
{
|
|
"file": "zip_plan.lua",
|
|
"name": "zip_plan",
|
|
"category": "export",
|
|
"description": "Convert a blueprint into zip-ready file entries"
|
|
},
|
|
{
|
|
"file": "permissions.lua",
|
|
"name": "permissions",
|
|
"category": "security",
|
|
"description": "Role checks for code generation workflows"
|
|
}
|
|
]
|
|
}
|