npm scripts are custom shell commands defined in package.json under the scripts section. They help automate tasks.
npm
package.json
scripts
npm start
npm run dev
npm run build
npm test