alior2ofx
Version:
Converterts Aior CSV to OFX
40 lines • 744 B
JSON
{
"name": "alior2ofx",
"version": "1.0.0",
"description": "Converterts Aior CSV to OFX",
"author": {
"name": "Damian Krzeminski",
"email": "pirxpilot@furkot.com",
"url": "https://pirxpilot.me"
},
"repository": "bitbucket:pirxpilot/alior2ofx",
"license": "MIT",
"keywords": [
"alior2ofx",
"alior",
"csv",
"export",
"ofx"
],
"dependencies": {
"csv-parser": "^2.1.0",
"iconv-lite": "^0.4.24",
"ofx": "^0.4.0",
"rc": "^1.2.8",
"uuid": "^3.3.2"
},
"devDependencies": {
"jshint": "^2.9.7",
"mocha": "^5.2.0",
"should": "^13.2.3"
},
"scripts": {
"test": "make check"
},
"bin": "./bin/alior2ofx",
"files": [
"index.js",
"bin",
"lib"
]
}