Interface: PackageMetadata
Interface of package.json fields which are used in this package.
See NPM docs for more information.
Extends
Properties
bin?
optionalbin:Record<string,string>
Inherited from
dependencies?
optionaldependencies:Record<string,string>
Inherited from
description?
optionaldescription:string
Inherited from
exports?
optionalexports:Record<string,string>
Inherited from
name
name:
string
Inherited from
repoPath
repoPath:
string
scripts?
optionalscripts:Record<string,string>
Inherited from
typechecked
typechecked:
boolean
workspaces?
optionalworkspaces:string[]