what is scripts in package json
How do I run a script from a JSON package? The scripts property of your package.json file supports a number of built-in scripts and their preset life cycle events as well as arbitrary scripts. These all can be executed by running npm run-script