package list

Aliases: 
  • list
  •  
    Parameters:
    Name Type Required Default Hint
    verbose boolean false false Outputs additional informaiton about each package
    JSON boolean false false Outputs results as JSON

    Command Usage

    Lists all dependencies of a package recursivley. Run this command from the root of the package.
    This command lists the packages stored in each box.json even if they aren't installed.
    Dev dependencies are shown in yellow

    list
    Get additional details with the --verbose flag
    list --verbose
    Get output in JSON format with the --JSON flag. JSON output always includes verbose details
    list --JSON