Interface IPackage

Hierarchy

  • IPackage

Properties

bin?: Record<string, string>
browser?: string
dependencies?: Record<string, string>
description?: string
devDependencies?: Record<string, string>
funding?: IPackageFunding
homepage?: string
keywords?: string[]
license?: string
main?: string
module?: string
name?: string
preferGlobal?: boolean
respository?: IPackageRepository
scripts?: Record<string, string>
type?: string
types?: string
version?: string

Generated using TypeDoc