Running a script (JSON, TS) at linux with PHP/Node.js in a Cronjob - Currently it runs at windows CMD

Job ID: 32428703

Budget: €40 – €85 EUR

Hello,
I need your help by running a script (JSON, TS) at linux with PHP and/or Node.js. Currently I can start the script at windows CMD with the following commands:
1. Cd path/to/script
2. npm install -D ts-node
3. npm i typescript -g
4. npm run start -- --date=2021-11-08 --start-time=10:00 --end-time=10:05
The results are some .csv-files which are created.
I need to run this script every 5 minutes on a linux webserver
-> Means point 4:
4. npm run start -- --date=2021-11-08 --start-time=10:00 --end-time=10:05
4. npm run start -- --date=2021-11-08 --start-time=10:05 --end-time=10:10
4. npm run start -- --date=2021-11-08 --start-time=10:10--end-time=10:15
...
; the result after running the script should be also the created .csv-files.
I also need the documentation how you realize it, that it runs at Linux with PHP and/or Node.js.
Related categories: PHP JavaScript Linux Shell Script Node.js