mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-04 10:44:52 +00:00
38 lines
814 B
JSON
38 lines
814 B
JSON
{
|
|
"packageId": "ui_auth",
|
|
"name": "Auth UI",
|
|
"version": "1.0.0",
|
|
"description": "Access denied, auth gate, and loading states",
|
|
"icon": "static_content/icon.svg",
|
|
"author": "MetaBuilder",
|
|
"category": "ui",
|
|
"dependencies": [
|
|
"ui_permissions"
|
|
],
|
|
"devDependencies": ["lua_test"],
|
|
"exports": {
|
|
"components": [
|
|
"AccessDenied",
|
|
"AuthGate",
|
|
"PageLoader"
|
|
],
|
|
"scripts": [
|
|
"denied",
|
|
"gate"
|
|
]
|
|
},
|
|
"tests": {
|
|
"scripts": [
|
|
"tests/metadata.test.lua",
|
|
"tests/components.test.lua",
|
|
"tests/gate.check.test.lua",
|
|
"tests/gate.wrap.test.lua"
|
|
],
|
|
"cases": [
|
|
"tests/metadata.cases.json",
|
|
"tests/components.cases.json",
|
|
"tests/gate.cases.json"
|
|
]
|
|
},
|
|
"minLevel": 2
|
|
} |