up
This commit is contained in:
31
plugins/scanner/node/manifest.json
Normal file
31
plugins/scanner/node/manifest.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user