iso2esr
Version:
convert ISO20022 to ESR
29 lines (28 loc) • 657 B
JSON
{
"name": "iso2esr",
"version": "1.0.0",
"keywords": [
"util", "functional", "ISO20022", "swiss", "banking", "camt", "camt054"
],
"main": "index.js",
"scripts": {
"start": "node ..\/iso2esr\/usage.js",
"test": "mocha"
},
"author": "wcs <wcs at willicommer.de>",
"description": "convert ISO20022 to ESR",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/willicommer/iso2esr.git"
},
"contributors": [],
"dependencies": {
"fast-xml-parser": "3.12.5",
"lodash": "^4.17.11"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.2.0"
}
}