Use custom config settings in your npm scripts

InstructorElijah Manor

Share this video with your friends

Send Tweet

In addition to package.json level variables (such as name and version), you can have custom conf settings that can be used in your npm scripts. These config values can be overridden outside of the package.json by using the npm config set command if necessary.