mirror of
https://github.com/logos-co/logos-package-manager-module.git
synced 2026-08-27 18:41:10 +00:00
22 lines
468 B
JSON
22 lines
468 B
JSON
{
|
|
"name": "package_manager",
|
|
"version": "1.0.0",
|
|
"description": "Plugin manager for the Logos system",
|
|
"author": "Logos Core Team",
|
|
"type": "core",
|
|
"category": "management",
|
|
"main": "package_manager_plugin",
|
|
"dependencies": [],
|
|
"include": [],
|
|
"capabilities": ["plugin_installation"],
|
|
|
|
"nix": {
|
|
"external_libraries": [
|
|
{ "name": "logos_pm", "build_command": "true" }
|
|
],
|
|
"cmake": {
|
|
"extra_include_dirs": ["lib"]
|
|
}
|
|
}
|
|
}
|