Add option to specify which dependency types we want to ignore. The option would look like this: `pkg-diff --ignore=dev,peer,optional path/to/project-1/package.json path/to/project-2/package.json` The default command (without `--ignore`) would compare all the types.