Skip to content

feat: detail runtime dependencies #1396

@jkowalleck

Description

@jkowalleck

Is your feature request related to a problem? Please describe.

i am detailing my runtime tonode via package.json::engines - see https://docs.npmjs.com/cli/v11/configuring-npm/package-json#engines

{
  "engines": {
    "node": ">=0.10.3 <15"
  }
}

I want this information being detailed in the SBOM generated by this very tool.

Describe the solution you'd like

the sourced information may stem from package manifest (package.json) or from lockfile or from npm-ls

Describe alternatives you've considered

none

Additional context

docs:

Contribution

  • I am willing to provide an implementation
  • I will wait until somebody else implements it

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions