hivecast-sdk/packages/tools/manifest.json

34 lines
504 B
JSON
Raw Normal View History

{
"name": "tools",
"version": "0.1.0",
"description": "Tool runner and registry",
"requires": [],
"effects": [
"tool.op"
],
"exports": [
"tools"
],
"helpTopics": [
"tools"
],
"id": "tools",
"summary": "Tool runner and registry",
"keywords": [
"tools"
],
"capabilities": [
"tool.op"
],
"commands": [
":help tools"
],
"docs": [
"doc/api.md",
"help/tools.help.md"
],
"examples": [],
"demos": [],
"learningPath": "intermediate"
}