Files
metabuilder/packages/ui_intro/seed/metadata.json
T
2025-12-31 02:07:14 +00:00

58 lines
1.1 KiB
JSON

{
"packageId": "ui_intro",
"name": "Intro Section",
"version": "1.0.0",
"description": "Page intro with eyebrow, title, and description",
"icon": "static_content/icon.svg",
"author": "MetaBuilder",
"category": "ui",
"dependencies": [],
"devDependencies": [
"lua_test"
],
"exports": {
"components": [
"IntroSection"
],
"scripts": [
"intro"
],
"pages": []
},
"tests": {
"scripts": [
"tests/metadata.test.lua",
"tests/components.test.lua"
],
"cases": [
"tests/metadata.cases.json",
"tests/components.cases.json"
]
},
"minLevel": 1,
"primary": false,
"permissions": {
"intro.view": {
"minLevel": 1,
"description": "View intro sections",
"storybook": {
"stories": []
}
}
},
"seed": {
"styles": "seed/styles.json",
"storybook": {
"stories": []
}
},
"storybook": {
"stories": [
{
"name": "Intro_Section",
"render": "intro"
}
]
}
}