iso20022
Version:
Generate & Validate ISO 20022 XML Message
43 lines (42 loc) • 972 B
JSON
{
"name": "iso20022",
"version": "2.0.2",
"description": "Generate & Validate ISO 20022 XML Message",
"private": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/pixelbyaj/iso20022-cli.git"
},
"keywords": [
"mx",
"json",
"converter",
"generate",
"swift",
"iso20022",
"iso20022-cli",
"ngx-iso-form",
"swiftmx"
],
"author": "Abhishek Joshi (aka pixelbyaj)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pixelbyaj/iso20022-cli/issues"
},
"homepage": "https://github.com/pixelbyaj/iso20022-cli#readme",
"scripts": {
"build": "tsc && npm run copy-tools",
"copy-tools": "node ./copy.js",
"prepublish": "npm run build"
},
"devDependencies": {
"@types/node": "^20.14.11",
"cpx": "^1.5.0",
"typescript": "^5.8.3"
}
}