Interface: PluginManifest
@kortexya/reasoninglayer / Marketplace / PluginManifest
Interface: PluginManifest
Defined in: src/types/marketplace.ts:141
The catalog-facing projection of a plugin’s manifest.
Remarks
Projects the NEWEST published version’s manifest.
Properties
dependencies
dependencies:
PluginDependency[]
Defined in: src/types/marketplace.ts:149
Declared (name, req) dependency pairs.
engineReq
engineReq:
string
Defined in: src/types/marketplace.ts:147
The declared engine requirement range (defaults to "*").
name
name:
string
Defined in: src/types/marketplace.ts:143
The plugin name.
version
version:
string
Defined in: src/types/marketplace.ts:145
The (latest) version.