{
  "name": "mt940js-bank",
  "version": "1.4.1",
  "description": "javascript mt940 bank statement parser",
  "main": "index.js",
  "scripts": {
    "test": "mocha",
    "testw": "mocha --watch",
    "testcov": "nyc mocha",
    "lint": "eslint lib test cli.js index.js",
    "doc": "jsdoc -c jsdoc.json",
    "report-coverage": "nyc report --reporter=text-lcov > coverage.lcov",
    "coverage": "nyc --reporter=html --reporter=text mocha"
  },
  "keywords": [
    "mt940",
    "swift",
    "bank",
    "statement",
    "parser"
  ],
  "author": "Mitja Bombac",
  "license": "Apache-2.0",
  "homepage": "https://github.com/mb-slo/mt940js",
  "repository": "https://github.com/mb-slo/mt940js",
  "devDependencies": {
    "chai": "^4.2.0",
    "eslint": "^7.3.0",
    "jsdoc": "^3.6.4",
    "mocha": "^8.0.1",
    "nyc": "^15.1.0"
  }
}
