Files
metabuilder/packages/lua_test/seed/metadata.json
2025-12-31 00:19:04 +00:00

38 lines
734 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,
"primary": false,
"permissions": {
"lua.test.run": {
"minLevel": 3,
"description": "Run Lua tests"
},
"lua.test.view": {
"minLevel": 3,
"description": "View test results"
}
},
"seed": {
"styles": "seed/styles.json"
}
}