Skip to content
This repository was archived by the owner on May 3, 2022. It is now read-only.
This repository was archived by the owner on May 3, 2022. It is now read-only.

Support yarn.lock files as input. #24

@JeroenKnoops

Description

@JeroenKnoops

Yarn projects are not supported. The tool can only read package-lock.json and npm-shrinkwrap.json files.

You can convert yarn.lock to package-lock.json with synp, but that does not cover optionals and devDependencies very well.

We need the yarn.lock to be used as input. Info on optionals are available as: optionalDependencies. devDependencies should be derived by combining info in the package.json (which can be a challenge in mono-repos with multiple package.jsons)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions