In the build() options, we set the entry file, output directory, shims, and all the context needed to build out a package.json file. In the postBuild() function, we include filesystem operations to copy our LICENSE and README.md files accordingly. Let’s run build_npm.ts script with...