{ "name": "lifotofifo", "version": "1.0.0", "description": "", "main": "index.js", "author": "", "license": "ISC", "scripts": { "fifo": "cd ./fifo && rm -f *.csv && rm -f *.pdf && node index.js", "hifo": "cd ./hifo && rm -f *.csv && rm -f *.pdf && node index.js" }, "dependencies": { "bignumber.js": "^9.1.1", "convert-csv-to-json": "^2.0.0", "json-2-csv": "^4.0.0", "pdf-lib": "^1.17.1" } }