@cityssm/eft-generator
Version:
Formats Electronic Funds Transfer (EFT) data into the CPA 005 standard.
45 lines (44 loc) • 1.17 kB
JSON
{
"name": "@cityssm/eft-generator",
"version": "1.0.1",
"type": "module",
"engines": {
"node": ">=18.0.0"
},
"description": "Formats Electronic Funds Transfer (EFT) data into the CPA 005 standard.",
"exports": {
".": "./index.js",
"./debug": "./debug.config.js"
},
"scripts": {
"test": "node --test",
"coverage": "c8 --reporter=lcov --reporter=text --reporter=text-summary node --test"
},
"keywords": [
"banking",
"eft",
"electronic-funds-transfer",
"cpa-005"
],
"author": "The Corporation of the City of Sault Ste. Marie",
"license": "MIT",
"homepage": "https://github.com/cityssm/node-eft-generator#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/cityssm/node-eft-generator.git"
},
"bugs": {
"url": "https://github.com/cityssm/node-eft-generator/issues"
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/node": "^22.10.6",
"eslint-config-cityssm": "^18.3.0",
"prettier-config-cityssm": "^1.0.0"
},
"dependencies": {
"@cityssm/cpa-codes": "^1.0.0",
"@cityssm/modern-julian-date": "^1.0.1",
"debug": "^4.4.0"
}
}