initial commit
This commit is contained in:
18
package.json
Normal file
18
package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user