mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-03 10:14:52 +00:00
40 lines
952 B
JSON
40 lines
952 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"
|
|
]
|
|
},
|
|
"tests": {
|
|
"scripts": [
|
|
"tests/metadata.test.lua",
|
|
"tests/component.test.lua",
|
|
"tests/validate.test.lua",
|
|
"tests/lua_validator.test.lua",
|
|
"tests/structure_validator.test.lua",
|
|
"tests/devdependencies.test.lua",
|
|
"tests/parameterized.test.lua"
|
|
],
|
|
"cases": [
|
|
"tests/cases.json"
|
|
]
|
|
},
|
|
"minLevel": 5
|
|
}
|