UNPKG

boleto-utils-ts

Version:

Biblioteca com funções úteis para a validação de todos os tipos de boleto

52 lines 1.19 kB
{ "name": "boleto-utils-ts", "version": "2.1.3", "description": "Biblioteca com funções úteis para a validação de todos os tipos de boleto", "main": "./dist/boleto-utils.js", "types": "./dist/boleto-utils.d.ts", "files": [ "dist" ], "scripts": { "test": "jest", "build": "tsup" }, "repository": { "type": "git", "url": "https://github.com/SergioVago/boleto-utils-ts.git" }, "keywords": [ "boleto", "boletos", "conta", "convenio", "arrecadacao", "codigo", "barras", "linha", "digitavel", "javascript", "typescript", "boletos-ts", "boleto-utils", "boleto-utils-ts" ], "author": { "name": "Marcelo Gomes + Weslley Rocha + Sergio Vago" }, "license": "MIT", "bugs": { "url": "https://github.com/SergioVago/boleto-utils-ts/issues" }, "homepage": "https://github.com/SergioVago/boleto-utils-ts#readme", "devDependencies": { "@types/jest": "^29.5.14", "jest": "^29.7.0", "ts-jest": "^29.2.5", "tsup": "^8.3.6", "typescript": "^5.7.3" }, "dependencies": { "moment-timezone": "^0.5.47" } }