mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-02 01:34:56 +00:00
33 lines
685 B
JSON
33 lines
685 B
JSON
{
|
|
"packageId": "ui_header",
|
|
"name": "App Header",
|
|
"version": "1.0.0",
|
|
"description": "Shared navigation header with user avatar and actions",
|
|
"icon": "static_content/icon.svg",
|
|
"author": "MetaBuilder",
|
|
"category": "ui",
|
|
"dependencies": [
|
|
"ui_permissions"
|
|
],
|
|
"devDependencies": ["lua_test"],
|
|
"exports": {
|
|
"components": [
|
|
"AppHeader"
|
|
],
|
|
"scripts": [
|
|
"header"
|
|
],
|
|
"pages": []
|
|
},
|
|
"tests": {
|
|
"scripts": [
|
|
"tests/metadata.test.lua",
|
|
"tests/components.test.lua"
|
|
],
|
|
"cases": [
|
|
"tests/metadata.cases.json",
|
|
"tests/components.cases.json"
|
|
]
|
|
},
|
|
"minLevel": 2
|
|
} |