mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-03 10:14:52 +00:00
23 lines
466 B
JSON
23 lines
466 B
JSON
{
|
|
"scripts": [
|
|
{
|
|
"id": "init",
|
|
"name": "User Manager Init",
|
|
"file": "init.lua",
|
|
"description": "Initialize user manager module"
|
|
},
|
|
{
|
|
"id": "list",
|
|
"name": "User List",
|
|
"file": "list.lua",
|
|
"description": "Render user list table"
|
|
},
|
|
{
|
|
"id": "actions",
|
|
"name": "User Actions",
|
|
"file": "actions.lua",
|
|
"description": "User management actions"
|
|
}
|
|
]
|
|
}
|