@kekkai/blueprint / DepsOptions
Interface: DepsOptions
Defined in: inspect/deps.ts:12
Extends
ResolveOptions
Properties
framework?
optionalframework?:"vue"|"react"
Defined in: project/resolve.ts:13
Force the framework when detection is ambiguous.
Inherited from
ResolveOptions.framework
json?
optionaljson?:boolean
Defined in: inspect/deps.ts:16
Emit machine-readable JSON instead of the text report.
loadConfig?
optionalloadConfig?: (file) =>Promise<Blueprint>
Defined in: project/resolve.ts:15
Load an existing blueprint.config (default dynamic import).
Parameters
file
string
Returns
Promise<Blueprint>
Inherited from
ResolveOptions.loadConfig
log?
optionallog?: (message) =>void
Defined in: inspect/deps.ts:18
Output sink (default console.log).
Parameters
message
string
Returns
void
scaffoldAgents?
optionalscaffoldAgents?:AgentTarget[]
Defined in: project/resolve.ts:21
Persist these contract targets into a scaffolded config (init --agent), or the next plain init grows the dropped contract back. An existing config is never touched — its own emit.agents is the declaration.
Inherited from
ResolveOptions.scaffoldAgents
target?
optionaltarget?:string
Defined in: inspect/deps.ts:14
Module to query, e.g. hooks/useCart or src/hooks/useCart/useCart.ts.
