mirror of
https://github.com/logos-co/logos-cpp-sdk.git
synced 2026-08-31 09:41:06 +00:00
* add IDL parser & generator (wip) * fix fixtures issues affecting tests * fix fixtures issues affecting tests
11 lines
251 B
JSON
11 lines
251 B
JSON
{
|
|
"name": "sample_module",
|
|
"version": "1.2.3",
|
|
"description": "A sample module for testing",
|
|
"author": "Test",
|
|
"type": "core",
|
|
"category": "testing",
|
|
"main": "sample_module_plugin",
|
|
"dependencies": ["dep_a", "dep_b"]
|
|
}
|