{
  "command": "uninstall",
  "description": "Uninstalls a package locally from your libraries directory",
  "usage": [
    "uninstall <name> [<name> ..] [<options>]"
  ],
  "options": [
    {
      "shorthand": "-f",
      "flag": "--force",
      "description": "Continues uninstallation even after a dependency conflict"
    },
    {
      "shorthand": "-h",
      "flag": "--help",
      "description": "Show this help message"
    },
    {
      "shorthand": "-S",
      "flag": "--save",
      "description": "Remove uninstalled packages from the project's library.json dependencies"
    },
    {
      "shorthand": "-D",
      "flag": "--save-dev",
      "description": "Remove uninstalled packages from the project's library.json devDependencies"
    }
  ]
}
