mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-01 01:05:00 +00:00
31 lines
635 B
JSON
31 lines
635 B
JSON
{
|
|
"packageId": "dashboard",
|
|
"name": "Dashboard",
|
|
"version": "1.0.0",
|
|
"description": "Dashboard layouts, stat cards, and widgets",
|
|
"icon": "static_content/icon.svg",
|
|
"author": "MetaBuilder",
|
|
"category": "ui",
|
|
"dependencies": ["data_table", "ui_permissions"],
|
|
"devDependencies": ["lua_test"],
|
|
"exports": {
|
|
"components": [
|
|
"StatCard",
|
|
"DashboardGrid",
|
|
"Widget"
|
|
],
|
|
"scripts": [
|
|
"stats",
|
|
"layout"
|
|
]
|
|
},
|
|
"tests": {
|
|
"scripts": [
|
|
"tests/stats.test.lua"
|
|
],
|
|
"cases": [
|
|
"tests/stats.cases.json"
|
|
]
|
|
},
|
|
"minLevel": 2
|
|
} |