Hi, sorry if this is a noobish question, but I couldn't find anything in the docs on requiring a dependency.
Is it as simple as setting the dependencies block in the package.json file?
Suppose I'm writing a script that requires mcrio/bashsh. How do I configure my package.json to ensure that it will be included when my package is installed?
Hi, sorry if this is a noobish question, but I couldn't find anything in the docs on requiring a dependency.
Is it as simple as setting the
dependenciesblock in thepackage.jsonfile?Suppose I'm writing a script that requires
mcrio/bashsh. How do I configure mypackage.jsonto ensure that it will be included when my package is installed?