mirror of
https://github.com/logos-co/logos-test-modules.git
synced 2026-08-31 12:11:12 +00:00
22 lines
460 B
JSON
22 lines
460 B
JSON
{
|
|
"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",
|
|
"dependencies": [],
|
|
|
|
"nix": {
|
|
"packages": {
|
|
"build": [],
|
|
"runtime": []
|
|
},
|
|
"external_libraries": [],
|
|
"cmake": {
|
|
"find_packages": [],
|
|
"extra_sources": []
|
|
}
|
|
}
|
|
}
|