NpmCommand

constructor(@Json(name = "command") command: String, @Json(name = "arguments") arguments: List<String>? = null)

Parameters

command

The command that was run (e.g. in \"npm install\", this would be \"install\").

arguments

The arguments passed to the command (e.g. in \"npm run script.js\", this would be \"script.js\").