iranbanks
Version:
Detect Iranian banks from card numbers - Fast, lightweight, and reliable BIN lookup for Iranian banking system
44 lines (43 loc) • 835 B
JSON
{
"name": "iranbanks",
"version": "1.0.1",
"description": "Detect Iranian banks from card numbers - Fast, lightweight, and reliable BIN lookup for Iranian banking system",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "node test.js"
},
"keywords": [
"iran",
"iranian",
"bank",
"card",
"detection",
"bin",
"lookup",
"persian",
"farsi",
"financial",
"payment",
"validation",
"بانک",
"کارت",
"ایران"
],
"author": "Masoud Vafaei",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/masoudv/iranbanks.git"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"jest": "^29.5.0",
"typescript": "^5.0.0"
},
"files": [
"index.js",
"index.d.ts",
"README.md"
]
}