variables
Variables in package.json
As a general rule of thumb, anytime I have to declare something more than a couple of times or change a value regularly I look to create a variable to hold that value. It helps me to be consistent and reduce errors. It’s not often but sometimes my package.json could benefit from variables. …