32 lines
769 B
JSON
32 lines
769 B
JSON
{
|
|
"schemaVersion": "1.0",
|
|
"id": "stellaops.analyzer.lang.node",
|
|
"displayName": "StellaOps Node Analyzer",
|
|
"version": "0.1.0",
|
|
"requiresRestart": true,
|
|
"entryPoint": {
|
|
"type": "dotnet",
|
|
"assembly": "StellaOps.Scanner.Analyzers.Lang.Node.dll",
|
|
"typeName": "StellaOps.Scanner.Analyzers.Lang.Node.NodeAnalyzerPlugin"
|
|
},
|
|
"capabilities": [
|
|
"language-analyzer",
|
|
"node",
|
|
"npm",
|
|
"pnpm",
|
|
"pnp",
|
|
"runtime-optional"
|
|
],
|
|
"hooks": {
|
|
"runtime": {
|
|
"cjs": "runtime-hooks/runtime-require-hook.js",
|
|
"esm": "runtime-hooks/runtime-esm-loader.mjs"
|
|
}
|
|
},
|
|
"metadata": {
|
|
"org.stellaops.analyzer.language": "node",
|
|
"org.stellaops.analyzer.kind": "language",
|
|
"org.stellaops.restart.required": "true"
|
|
}
|
|
}
|