First install Node.js version 16.2.0 or newer, then run:
`` npm i @hakerh400/esolangs
`
It will create folder node_modules and @hakerh400/esolangs inside it.
How to run
$3
To run this program as a console application, open command line, navigate to the node_modules/@hakerh400/esolangs directory and type:
` node index `
* - the ID (not the name) of the esoteric language you want to use. For the list of supported languages and their IDs see esolangs.json.
* - path to the file containing the source code of the program you want to run.
* - path to the file containing program's standard input.
*