Please find the elaborated problem statement here
npm install
This would install all the dependencies required.
npm start <file_path>
example:
npm start inputs/input1.txt
npm test
The command checks for linting and also runs tests.
npm run package
The command would package the application into a zip file.