Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PackageInfo

Hierarchy

  • PackageInfo

Indexable

[key: string]: string | boolean | string[] | {} | undefined

Index

Properties

dependencies?: {}

Type declaration

  • [dep: string]: string
devDependencies?: {}

Type declaration

  • [dep: string]: string
group?: string
name: string
packageJsonPath: string
peerDependencies?: {}

Type declaration

  • [dep: string]: string
private?: boolean
scripts?: {}

Type declaration

  • [dep: string]: string
version: string

Generated using TypeDoc