mirror of
https://github.com/logos-co/logos-chat-module.git
synced 2026-08-31 04:41:07 +00:00
28 lines
599 B
JSON
28 lines
599 B
JSON
{
|
|
"name": "chat_module",
|
|
"version": "1.0.0",
|
|
"description": "Chat module for Logos",
|
|
"author": "Logos Core Team",
|
|
"type": "core",
|
|
"category": "chat",
|
|
"main": "chat_module_plugin",
|
|
"dependencies": [],
|
|
"include": [
|
|
"liblogoschat.so",
|
|
"liblogoschat.dylib",
|
|
"liblogoschat.dll"
|
|
],
|
|
"capabilities": [],
|
|
"nix": {
|
|
"external_libraries": [
|
|
{
|
|
"name": "chat",
|
|
"build_command": "true"
|
|
}
|
|
],
|
|
"cmake": {
|
|
"extra_include_dirs": ["lib"]
|
|
}
|
|
}
|
|
}
|