UNPKG

hu-bank-account-validator

Version:

A utility to validate and format Hungarian bank account numbers.

29 lines (28 loc) 627 B
{ "name": "hu-bank-account-validator", "version": "1.0.3", "description": "A utility to validate and format Hungarian bank account numbers.", "main": "index.js", "scripts": { "test": "jest", "fetch-bank-codes": "node fetchBankCodes.js" }, "keywords": [ "hungarian", "bank account", "validation", "format", "giro" ], "author": "Peter Viszt", "license": "MIT", "devDependencies": { "fs": "^0.0.1-security", "jest": "^29.7.0", "xlsx": "^0.18.5" }, "repository": { "type": "git", "url": "git+https://github.com/passatgt/hu-bank-account-validator.git" } }