nuban-prediction
Version:
Predict banks using account number
22 lines (21 loc) • 525 B
JSON
{
"name": "nuban-prediction",
"version": "1.1.6",
"homepage": "https://github.com/Blockroll-Tech/nuban-bank-prediction",
"description": "Predict banks using account number",
"keywords": [
"nuban"
],
"license": "ISC",
"author": "Ikegbulam Ugochukwu Paul",
"type": "commonjs",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"nigeria-phone-number-validator": "^1.0.4"
}
}