OptionalfinalizeOptionalfinalizehook to run after the package.json file is finalized, right before it is written to disk you can modify the .packageJson property of the context
Optionaljsrjsr-specific configuration
Optionalpluginsany additional vite plugins to be added after the fuman-build plugin
Optionalpluginsany additional vite plugins to be added before the fuman-build plugin
Optionalpreparehook to run before anything is done to the package.json file you can modify the .packageJson property of the context
this hook is called before vite build has started,
and as such .outDir is not available yet
Optionaltypedocpackage-specific configuration for typedoc
Optionalvitevite config to be merged into the base config
hook to run after the build is done, time to do any final modifications to the package contents