Files
git.stella-ops.org/etc/plugins/scanner/analyzers/lang/StellaOps.Scanner.Analyzers.Lang.Bun/manifest.json
2025-12-25 23:10:09 +02:00

23 lines
568 B
JSON

{
"schemaVersion": "1.0",
"id": "stellaops.analyzer.lang.bun",
"displayName": "StellaOps Bun Analyzer",
"version": "0.1.0",
"requiresRestart": true,
"entryPoint": {
"type": "dotnet",
"assembly": "StellaOps.Scanner.Analyzers.Lang.Bun.dll",
"typeName": "StellaOps.Scanner.Analyzers.Lang.Bun.BunAnalyzerPlugin"
},
"capabilities": [
"language-analyzer",
"bun",
"npm"
],
"metadata": {
"org.stellaops.analyzer.language": "bun",
"org.stellaops.analyzer.kind": "language",
"org.stellaops.restart.required": "true"
}
}