mt940js
Version:
javascript mt940 bank statement parser
32 lines (31 loc) • 851 B
JSON
{
"name": "mt940js",
"version": "1.3.5",
"description": "javascript mt940 bank statement parser",
"main": "index.js",
"scripts": {
"test": "mocha",
"testw": "mocha --watch",
"lint": "eslint lib test cli.js index.js",
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha",
"doc": "jsdoc -c jsdoc.json",
"codecov": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec"
},
"keywords": [
"mt940",
"swift",
"bank",
"statement",
"parser"
],
"author": "Alexander Tsybulsky",
"license": "Apache-2.0",
"homepage": "https://github.com/a-fas/mt940js.git",
"repository": "https://github.com/a-fas/mt940js.git",
"devDependencies": {
"chai": "^4.2.0",
"istanbul": "^0.4.5",
"jsdoc": "^3.6.4",
"mocha": "^7.1.2"
}
}