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