{
  "name": "iranian-bank-list",
  "version": "1.1.1",
  "description": "A Javascript library to identify Iranian banks based on card numbers (first 6 digits) and IBANs. It also includes utility functions to validate card numbers and IBANs using standard algorithms.",
  "main": "dist/index.umd.js",
  "module": "dist/index.es.js",
  "exports": {
    ".": {
      "import": "./dist/index.es.js",
      "require": "./dist/index.umd.js"
    }
  },
  "type": "module",
  "scripts": {
    "dev": "vite dev",
    "build": "vite build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/masihgh/iranian-bank-list-js.git"
  },
  "keywords": [
    "javascript",
    "bank",
    "iranian-bank",
    "iran-banks",
    "regex",
    "svg",
    "iban",
    "cards"
  ],
  "author": "Masihgh",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/masihgh/iranian-bank-list-js/issues"
  },
  "homepage": "https://github.com/masihgh/iranian-bank-list-js#readme",
  "devDependencies": {
    "rollup": "^4.41.1",
    "vite": "^6.3.5"
  },
  "files": [
    "src/",
    "dist/",
    "data/",
    "README.md",
    "LICENSE"
  ]
}
