List scripts defined in any package.json file within your project from the terminal.
npm install @wehrhaus/get-package-scripts --save-dev
yarn add @wehrman/get-package-scripts --dev
{
"name": "Example",
"scripts": {
"test-script-one": "test-script-one-action",
"test-script-two": "test-script-two-action",
"test-script-three": "test-script-three-action"
}
}