mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 22:34:56 +00:00
16 lines
429 B
JSON
16 lines
429 B
JSON
{
|
|
"packageId": "lua_test",
|
|
"name": "Lua Test",
|
|
"version": "1.0.0",
|
|
"description": "Unit testing framework for Lua scripts in MetaBuilder packages",
|
|
"icon": "static_content/icon.svg",
|
|
"author": "MetaBuilder",
|
|
"category": "tools",
|
|
"dependencies": [],
|
|
"exports": {
|
|
"components": ["TestRunner", "TestResults"],
|
|
"scripts": ["framework", "runner", "assertions", "mocks"]
|
|
},
|
|
"minLevel": 3
|
|
}
|