UNPKG

boletos-ademitech

Version:
61 lines (60 loc) 1.42 kB
{ "name": "boletos-ademitech", "version": "1.0.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" ], "author": { "name": "Thiago Fernandes", "email": "thiago.silva@ademicon.com.br" }, "license": "ISC", "engines": { "node": ">=10.0.0" }, "dependencies": { "base64-stream": "^1.0.0", "moment": "^2.30.1", "moment-timezone": "^0.5.45", "pdfkit": "0.10.0", "qrcode": "^1.5.3" }, "devDependencies": { "eslint": "^6.5.1", "nodeunit": "0.11.3" }, "repository": { "type": "git", "url": "https://github.com/Ademitech-Sales-Tech-Team/boletos.git" } }