Home > types > PackageJson > DirectoryLocations
Signature:
export interface DirectoryLocations
Property | Modifiers | Type | Description |
---|---|---|---|
bin? | string | (Optional) Location for executable scripts. Sugar to generate entries in the bin property by walking the folder. |
|
doc? | string | (Optional) Location for Markdown files. | |
example? | string | (Optional) Location for example scripts. | |
lib? | string | (Optional) Location for the bulk of the library. | |
man? | string | (Optional) Location for man pages. Sugar to generate a man array by walking the folder. |
|
test? | string | (Optional) Location for test files. |