{
  "description": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
  "flags": {
    "tag": "The name of the tag you want, e.g. 'latest-rc', or 'latest'",
    "dryrun": "If true, will not make any changes to the package.json"
  }
}
