Optional
copyOptional
copyfiles to copy from the workspace root directory to the package build directory
Optional
drywhether to run deno publish --dry-run
after generating the workspace
to make sure everything is ok
Optional
excludeglobs to exclude from publishing
Optional
finalizehook to run after the build is done, time to do any final modifications to the package contents
Optional
finalizehook to run after the deno.json file is generated but before it is written to disk
Optional
includecustom predicate for including packages
Optional
outputjsr build output dir (relative to workspace root)
Optional
sourcesource dir (relative to package root) anything outside this dir will be copied as-is
Optional
transformhook that will be run on each file as it is being processed, allowing you to change ast as you wish
Optional
transformsimilar to transformAst, but for the code itself (runs after transformAst)
files to copy from the package root directory to the package build directory