Interface IRepomanConfig

Hierarchy

  • IRepomanConfig

Properties

Properties

name: string
npm: {
    bin: string;
    keywords: string[];
    license: string;
    name: string;
    publish: boolean;
    usesNodeInternals: boolean;
}

Type declaration

  • bin: string
  • keywords: string[]
  • license: string
  • name: string
  • publish: boolean
  • usesNodeInternals: boolean
type: "library" | "application"

Generated using TypeDoc