Skip to content

PackageJsonDefaults

Defined in: types.ts:128

optional featureScripts?: Record<string, string[]>

Defined in: types.ts:137

Which of scripts (and wireit, by the same key) belong to which feature id, for pruning.


optional private?: boolean

Defined in: types.ts:129


optional scripts?: Record<string, string>

Defined in: types.ts:133

The full set of scripts this consumer’s setup can write, keyed by script name.


optional type?: string

Defined in: types.ts:130


optional wireit?: Record<string, unknown>

Defined in: types.ts:135

Opaque — copied through as-is (this package doesn’t interpret wireit’s shape).


optional workspaces?: string[]

Defined in: types.ts:131