mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-03 18:24:53 +00:00
25 lines
627 B
JSON
25 lines
627 B
JSON
{
|
|
"packageId": "stream_cast",
|
|
"name": "Stream Cast",
|
|
"version": "1.0.0",
|
|
"description": "Live streaming control room with schedules, scenes, and audience pulse.",
|
|
"icon": "static_content/icon.svg",
|
|
"author": "MetaBuilder",
|
|
"category": "media",
|
|
"dependencies": ["ui_permissions", "dashboard"],
|
|
"devDependencies": ["lua_test"],
|
|
"exports": {
|
|
"components": []
|
|
},
|
|
"tests": {
|
|
"scripts": [
|
|
"tests/metadata.test.lua",
|
|
"tests/components.test.lua"
|
|
],
|
|
"cases": [
|
|
"tests/metadata.cases.json",
|
|
"tests/components.cases.json"
|
|
]
|
|
},
|
|
"minLevel": 2
|
|
} |