{
  "name": "camt-parser",
  "version": "2.1.0",
  "description": "Robust ISO20022 CAMT.053 parser with XSD validation and JSON output",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "samples": "npm run build && node dist/parse-samples.js"
  },
  "keywords": [
    "iso20022",
    "camt053",
    "parser",
    "xsd",
    "xml",
    "bank",
    "statement"
  ],
  "author": "Darko Mijic <darko.mijic@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/darko-mijic/iso-20022-camt-053-parser"
  },
  "files": [
    "dist",
    "schemas",
    "README.md"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.js"
    }
  },
  "dependencies": {
    "libxmljs2": "^0.35.0",
    "xml2js": "^0.6.2"
  },
  "devDependencies": {
    "@types/jest": "^29.5.3",
    "@types/node": "^22.14.1",
    "@types/xml2js": "^0.4.14",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.1",
    "typescript": "^5.4.3"
  }
}
