mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-04 10:44:52 +00:00
33 lines
690 B
JSON
33 lines
690 B
JSON
{
|
|
"packageId": "ui_dialogs",
|
|
"name": "UI Dialogs",
|
|
"version": "1.0.0",
|
|
"description": "Confirmation, alert, and form dialogs",
|
|
"icon": "static_content/icon.svg",
|
|
"author": "MetaBuilder",
|
|
"category": "ui",
|
|
"dependencies": [],
|
|
"devDependencies": ["lua_test"],
|
|
"exports": {
|
|
"components": [
|
|
"ConfirmDialog",
|
|
"AlertDialog",
|
|
"FormDialog"
|
|
],
|
|
"scripts": [
|
|
"confirm",
|
|
"alert"
|
|
]
|
|
},
|
|
"tests": {
|
|
"scripts": [
|
|
"tests/metadata.test.lua",
|
|
"tests/components.test.lua"
|
|
],
|
|
"cases": [
|
|
"tests/metadata.cases.json",
|
|
"tests/components.cases.json"
|
|
]
|
|
},
|
|
"minLevel": 1
|
|
} |