Specifying default script configuration
Is there an equivalent to Python's Setuptools
project.scripts for deno.json?
Currently the install command for one of my package CLIs looks like:
I don't know if there is some way of specifying all of this in deno.json so people can just install the package with something simple like:
And have it set the name, permissions, and endpoint from the configration.0 Replies