PackageJsonDefaults
Defined in: types.ts:128
Properties
Section titled “Properties”featureScripts?
Section titled “featureScripts?”
optionalfeatureScripts?:Record<string,string[]>
Defined in: types.ts:137
Which of scripts (and wireit, by the same key) belong to which feature id, for pruning.
private?
Section titled “private?”
optionalprivate?:boolean
Defined in: types.ts:129
scripts?
Section titled “scripts?”
optionalscripts?:Record<string,string>
Defined in: types.ts:133
The full set of scripts this consumer’s setup can write, keyed by script name.
optionaltype?:string
Defined in: types.ts:130
wireit?
Section titled “wireit?”
optionalwireit?:Record<string,unknown>
Defined in: types.ts:135
Opaque — copied through as-is (this package doesn’t interpret wireit’s shape).
workspaces?
Section titled “workspaces?”
optionalworkspaces?:string[]
Defined in: types.ts:131