nigeria-validator
Version:
Validate and format common Nigerian data: phone numbers, BVNs, bank codes, etc.
33 lines (32 loc) • 708 B
JSON
{
"name": "nigeria-validator",
"version": "1.0.3",
"description": "Validate and format common Nigerian data: phone numbers, BVNs, bank codes, etc.",
"main": "src/index.js",
"keywords": [
"nigeria",
"validator",
"bvn",
"phone",
"bank",
"nin",
"lga"
],
"type": "commonjs",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/milytoh/nigeria-validator.git"
},
"bugs": {
"url": "https://github.com/milytoh/nigeria-validator/issues"
},
"homepage": "https://github.com/milytoh/nigeria-validator#readme",
"author": "Nwafor Miracle",
"license": "ISC",
"devDependencies": {
"jest": "^30.0.4"
}
}