@mrfintech/eftpos-bin
Version:
Package to check if BIN number of a card belongs to EFTPOS AU processing network
36 lines (35 loc) • 758 B
JSON
{
"name": "@mrfintech/eftpos-bin",
"version": "0.0.16",
"description": "Package to check if BIN number of a card belongs to EFTPOS AU processing network",
"main": "index.js",
"scripts": {
"test": "jest",
"prepublishOnly": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrfintech/eftpos-bin.git"
},
"keywords": [
"eftpos",
"bin",
"australia",
"payment",
"card"
],
"author": "MrFintech",
"license": "ISC",
"bugs": {
"url": "https://github.com/mrfintech/eftpos-bin/issues"
},
"homepage": "https://github.com/mrfintech/eftpos-bin#readme",
"dependencies": {},
"devDependencies": {
"jest": "^29.7.0"
},
"files": [
"index.js",
"binList.js"
]
}