mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-27 15:24:56 +00:00
38 lines
921 B
JSON
38 lines
921 B
JSON
{
|
|
"packageId": "data_table",
|
|
"name": "Data Table",
|
|
"version": "1.0.0",
|
|
"description": "Data table components",
|
|
"icon": "static_content/icon.svg",
|
|
"author": "MetaBuilder",
|
|
"category": "ui",
|
|
"dependencies": [],
|
|
"devDependencies": ["lua_test"],
|
|
"exports": {
|
|
"components": [
|
|
"DataGrid"
|
|
]
|
|
},
|
|
"tests": {
|
|
"scripts": [
|
|
"tests/metadata.test.lua",
|
|
"tests/components.test.lua",
|
|
"tests/filtering.test.lua",
|
|
"tests/sorting.test.lua",
|
|
"tests/pagination.test.lua",
|
|
"tests/selection.test.lua",
|
|
"tests/export.test.lua"
|
|
],
|
|
"cases": [
|
|
"tests/metadata.cases.json",
|
|
"tests/components.cases.json",
|
|
"tests/filtering.cases.json",
|
|
"tests/sorting.cases.json",
|
|
"tests/pagination.cases.json",
|
|
"tests/selection.cases.json",
|
|
"tests/export.cases.json"
|
|
]
|
|
},
|
|
"minLevel": 1
|
|
}
|