2026-03-20 10:38:15 -04:00
|
|
|
{
|
|
|
|
|
"name": "test_basic_module",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"type": "core",
|
|
|
|
|
"category": "testing",
|
2026-03-25 09:35:46 +01:00
|
|
|
"description": "Test module exercising every SDK parameter type, return type, argument count, and event pattern",
|
2026-03-20 10:38:15 -04:00
|
|
|
"main": "test_basic_module_plugin",
|
2026-08-20 11:17:16 -03:00
|
|
|
"interface": "universal",
|
2026-03-25 09:35:46 +01:00
|
|
|
"dependencies": [],
|
|
|
|
|
|
|
|
|
|
"nix": {
|
|
|
|
|
"packages": {
|
|
|
|
|
"build": [],
|
|
|
|
|
"runtime": []
|
|
|
|
|
},
|
|
|
|
|
"external_libraries": [],
|
|
|
|
|
"cmake": {
|
|
|
|
|
"find_packages": [],
|
|
|
|
|
"extra_sources": []
|
|
|
|
|
}
|
|
|
|
|
}
|
2026-03-20 10:38:15 -04:00
|
|
|
}
|