mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-02 09:45:00 +00:00
39 lines
828 B
JSON
39 lines
828 B
JSON
{
|
|
"packageId": "ui_level3",
|
|
"name": "Level 3 - Moderator Panel",
|
|
"version": "1.0.0",
|
|
"description": "Moderator panel for content moderation",
|
|
"icon": "static_content/icon.svg",
|
|
"author": "MetaBuilder",
|
|
"category": "ui",
|
|
"dependencies": [
|
|
"ui_permissions",
|
|
"ui_header",
|
|
"ui_intro"
|
|
],
|
|
"devDependencies": ["lua_test"],
|
|
"exports": {
|
|
"pages": [
|
|
"level3"
|
|
],
|
|
"scripts": [
|
|
"layout",
|
|
"users",
|
|
"moderation"
|
|
],
|
|
"components": []
|
|
},
|
|
"tests": {
|
|
"scripts": [
|
|
"tests/metadata.test.lua",
|
|
"tests/components.test.lua",
|
|
"tests/moderation.test.lua"
|
|
],
|
|
"cases": [
|
|
"tests/metadata.cases.json",
|
|
"tests/components.cases.json",
|
|
"tests/moderation.cases.json"
|
|
]
|
|
},
|
|
"minLevel": 3
|
|
} |