{
  "name": "@fcgs/filerr-nach",
  "description": "nACH is a highly customizable Node.js module exposing a high & low-level API for generating ACH files for use within the ACH network",
  "version": "0.6.9",
  "keywords": [
    "ACH",
    "file",
    "Automated Clearing House",
    "NACH"
  ],
  "main": "index.js",
  "types": "index.d.ts",
  "engines": {
    "node": ">= 0.10.0"
  },
  "scripts": {
    "test": "NODE_ENV=test ./node_modules/.bin/mocha --reporter spec --recursive"
  },
  "dependencies": {
    "async": "^2.0.1",
    "lodash": "^4.14.1",
    "moment": "^2.22.0"
  },
  "devDependencies": {
    "chai": "latest",
    "mocha": "latest",
    "typescript": "^5.1.6"
  }
}
