A minor tweak I enjoy: I put the scripts section near the top of package.json


A minor tweak I enjoy: I put the scripts section near the top of package.json.

Why? Because it’s the thing I tend to read, change, and reference the most.

Some teams bury the scripts below a long list of dependencies. This adds needless friction.

So keep scripts near the top.

View original on X