mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-28 15:54:56 +00:00
15 lines
396 B
JSON
15 lines
396 B
JSON
{
|
|
"packageId": "code_editor",
|
|
"name": "Code Editor",
|
|
"version": "1.0.0",
|
|
"description": "Code editor components for JSON, Lua, and themes",
|
|
"icon": "static_content/icon.svg",
|
|
"author": "MetaBuilder",
|
|
"category": "editors",
|
|
"dependencies": [],
|
|
"exports": {
|
|
"scripts": ["json", "lua", "theme"],
|
|
"components": ["CodeEditor", "JsonEditor", "LuaEditor", "ThemeEditor"]
|
|
}
|
|
}
|