Documentation
Preparing search index...
@alexaegis/workspace-tools
index
SimplifiedPackageJsonFields
Interface SimplifiedPackageJsonFields
interface
SimplifiedPackageJsonFields
{
archetype
?:
PackageArchetype
;
bin
?:
Record
<
string
,
string
>
;
exports
?:
PackageJsonExports
;
main
?:
string
;
module
?:
string
;
scripts
?:
Record
<
string
,
string
|
undefined
>
;
type
?:
"commonjs"
|
"module"
;
types
?:
string
;
}
Index
Properties
archetype?
bin?
exports?
main?
module?
scripts?
type?
types?
Properties
Optional
archetype
archetype
?:
PackageArchetype
Optional
bin
bin
?:
Record
<
string
,
string
>
Optional
exports
exports
?:
PackageJsonExports
Optional
main
main
?:
string
Optional
module
module
?:
string
Optional
scripts
scripts
?:
Record
<
string
,
string
|
undefined
>
Optional
type
type
?:
"commonjs"
|
"module"
Optional
types
types
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
archetype
bin
exports
main
module
scripts
type
types
Documentation
Loading...