/**
 * Package options
 */
interface NPMPackageOptions {
  package: string;
  tag?: string;
  fetch?: boolean;
}
export { NPMPackageOptions };