mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-26 14:54:55 +00:00
65 lines
1.2 KiB
JSON
65 lines
1.2 KiB
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,
|
|
"primary": false,
|
|
"permissions": {
|
|
"auth.gate.access": {
|
|
"minLevel": 2,
|
|
"description": "Access auth-gated content",
|
|
"storybook": {
|
|
"stories": []
|
|
}
|
|
}
|
|
},
|
|
"seed": {
|
|
"styles": "seed/styles.json",
|
|
"storybook": {
|
|
"stories": []
|
|
}
|
|
},
|
|
"storybook": {
|
|
"stories": [
|
|
{
|
|
"name": "Auth_UI",
|
|
"render": "denied"
|
|
}
|
|
]
|
|
}
|
|
}
|