mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-04 02:34:52 +00:00
10 lines
478 B
JSON
10 lines
478 B
JSON
{
|
|
"scripts": [
|
|
{ "name": "init", "path": "init.lua", "description": "Level 6 initialization" },
|
|
{ "name": "layout", "path": "layout.lua", "description": "Supergod layout components" },
|
|
{ "name": "tenants", "path": "tenants.lua", "description": "Tenant management" },
|
|
{ "name": "transfer", "path": "transfer.lua", "description": "Power transfer utilities" },
|
|
{ "name": "system", "path": "system.lua", "description": "System administration" }
|
|
]
|
|
}
|