mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-02 09:45:00 +00:00
26 lines
591 B
JSON
26 lines
591 B
JSON
{
|
|
"packageId": "package_validator",
|
|
"name": "Package Validator",
|
|
"version": "1.0.0",
|
|
"description": "Validates package structure including JSON schemas, Lua files, and folder organization",
|
|
"icon": "static_content/icon.svg",
|
|
"author": "MetaBuilder",
|
|
"category": "tools",
|
|
"dependencies": [],
|
|
"devDependencies": [
|
|
"lua_test"
|
|
],
|
|
"exports": {
|
|
"components": [],
|
|
"scripts": [
|
|
"validate",
|
|
"metadata_schema",
|
|
"component_schema",
|
|
"lua_validator",
|
|
"structure_validator",
|
|
"cli"
|
|
]
|
|
},
|
|
"minLevel": 5
|
|
}
|