On any moderately-sized Node.js project youâve likely already outgrown the package.json âscriptsâ section. But because the growth was gradual, with no single acute pain point, you might not have noticed. Thereâs a better way. What Are NPM Scripts? In most Node.js projects youâll find a scripts section in the package.json file, containing convenient shortcuts like âbuildâ and âtestâ: "scripts":{ "b
{{#tags}}- {{label}}
{{/tags}}