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