{
  "name": "il-bank-account-validator",
  "version": "2.0.0",
  "description": "Israel Bank Account Validator for sanity checking if an account number is valid for a particular Israeli bank and branch. Can be used to present appropriate UI to your users as they type.",
  "main": "index.js",
  "scripts": {
    "test": "jest"
  },
  "keywords": [
    "israel",
    "israeli",
    "bank",
    "account",
    "validation",
    "validator",
    "snif",
    "heshbon"
  ],
  "files": [
    "index.js"
  ],
  "author": "Ivan Rubinson",
  "license": "MIT",
  "devDependencies": {
    "jest": "^28.1.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/soryy708/il-bank-account-validator"
  }
}
