the path to your "deno.json" file. it could be either an absolute path, or a path relative to your current working directory (Deno.cwd()).
provide default "package.json" fields to merge with the acquired packageJson object from "deno.json", at a depth of 1 for records.
a "package.json" like javascript object.
create a "package.json" nodejs-project file, based on your "deno.json" configuration file.
the following required fields inside of your "deno.json" will get merged into the output:
name,versionthe following fields inside of your "deno.json" will get merged into the output:
description,author,license,repository,bugs, andexportsthe following field inside of your "deno.json" will get spread onto your output:
packageJsonnote that if you use dnt (deno-to-node), then you will have to delete the
exportsproperty from the output, otherwise it will ruin/overwritednt's output.