UNPKG

iranian-bank-list

Version:

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.

54 lines (53 loc) 1.25 kB
{ "name": "iranian-bank-list", "version": "1.2.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", "publishConfig": { "access": "public" }, "devDependencies": { "rollup": "^4.41.1", "vite": "^8.0.14" }, "files": [ "src/", "dist/", "data/", "README.md", "LICENSE" ] }