{
  "name": "@megres/gerar-boletos",
  "version": "1.5.3",
  "description": "Gerar boletos para vários bancos",
  "main": "lib/index.js",
  "directories": {
    "example": "examples",
    "lib": "lib",
    "test": "tests"
  },
  "scripts": {
    "test": "nodeunit ./tests/*test.js && nodeunit ./tests/boleto/bancos/*test.js && nodeunit ./tests/boleto/*test.js",
    "lint": "eslint .",
    "gerarBradesco": "node ./examples/gerar-boleto-bradesco.js",
    "gerarCecred": "node ./examples/gerar-boleto-cecred.js",
    "gerarBrasil": "node ./examples/gerar-boleto-BancoDoBrasil.js"
  },
  "keywords": [
    "gerador",
    "boleto",
    "boletos",
    "bancario",
    "banco",
    "cecred",
    "sicredi",
    "ailos",
    "viacredi",
    "bradesco",
    "brasil",
    "itau",
    "caixa",
    "economica",
    "federal",
    "santander",
    "sicoob"
  ],
  "license": "ISC",
  "engines": {
    "node": ">=10.0.0"
  },
  "dependencies": {
    "@megres/gerar-boletos": "^1.4.7",
    "base64-stream": "^1.0.0",
    "moment": "^2.24.0",
    "pdfkit": "0.10.0"
  },
  "devDependencies": {
    "eslint": "^6.5.1",
    "nodeunit": "0.11.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Romulosanttos/gerar-boletos.git"
  }
}
