Interface IPackageJson

Hierarchy

  • IPackageJson

Properties

author?: string
bin?: string | {
    [key: string]: string;
}

Type declaration

  • [key: string]: string
browserslist?: string[] | {
    [key: string]: string;
}

Type declaration

  • [key: string]: string
bugs?: {
    url: string;
}

Type declaration

  • url: string
dependencies?: {
    [key: string]: string;
}

Type declaration

  • [key: string]: string
description?: string
devDependencies?: {
    [key: string]: string;
}

Type declaration

  • [key: string]: string
engines?: {
    node: string;
    npm?: string;
    yarn?: string;
}

Type declaration

  • node: string
  • Optional npm?: string
  • Optional yarn?: string
funding?: {
    type: string;
    url: string;
}

Type declaration

  • type: string
  • url: string
homepage?: string
keywords?: string[]
license?: string
main?: string
module?: string
name?: string
peerDependencies?: {
    [key: string]: string;
}

Type declaration

  • [key: string]: string
preferGlobal?: boolean
private?: boolean
repository?: {
    type: string;
    url: string;
}

Type declaration

  • type: string
  • url: string
scripts?: {
    [key: string]: string;
}

Type declaration

  • [key: string]: string
type?: string
types?: string
typings?: string
version?: string

Generated using TypeDoc