Files

23 lines
488 B
JSON
Raw Permalink Normal View History

{
"name": "test_basic_module",
"version": "1.0.0",
"type": "core",
"category": "testing",
"description": "Test module exercising every SDK parameter type, return type, argument count, and event pattern",
"main": "test_basic_module_plugin",
"interface": "universal",
"dependencies": [],
"nix": {
"packages": {
"build": [],
"runtime": []
},
"external_libraries": [],
"cmake": {
"find_packages": [],
"extra_sources": []
}
}
}