Files
NebulaShell/store/@{NebulaShell}/example-with-deps/manifest.json
2026-05-02 08:30:31 +08:00

17 lines
348 B
JSON

{
"metadata": {
"name": "example-with-deps",
"version": "1.0.0",
"author": "NebulaShell",
"description": "示例插件 - 演示如何声明系统依赖",
"type": "example"
},
"config": {
"enabled": true,
"args": {}
},
"dependencies": [],
"system_dependencies": ["curl", "git", "wget"],
"permissions": []
}