mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-29 00:05:01 +00:00
27 lines
523 B
JSON
27 lines
523 B
JSON
{
|
|
"packageId": "quick_guide",
|
|
"name": "Quick Guide",
|
|
"version": "1.0.0",
|
|
"description": "Quick guide builder with steps and media management",
|
|
"icon": "static_content/icon.svg",
|
|
"author": "MetaBuilder",
|
|
"category": "ui",
|
|
"dependencies": [],
|
|
"devDependencies": [
|
|
"lua_test"
|
|
],
|
|
"exports": {
|
|
"components": [
|
|
"StepsEditor",
|
|
"MediaPane",
|
|
"QuickGuideBuilder"
|
|
],
|
|
"scripts": [
|
|
"init",
|
|
"steps",
|
|
"media"
|
|
]
|
|
},
|
|
"minLevel": 2
|
|
}
|