phone-number-network-provider
Version:
A lightweight utility to verify Nigerian phone number network providers by prefix. Supports both CommonJS (require) and ESM (import).
40 lines (39 loc) • 919 B
JSON
{
"name": "phone-number-network-provider",
"version": "1.0.1",
"description": "A lightweight utility to verify Nigerian phone number network providers by prefix. Supports both CommonJS (require) and ESM (import).",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest",
"build": "tsc",
"prepare": "npm run build"
},
"keywords": [
"phone",
"verify",
"nigeria",
"network",
"telco",
"validation",
"phone number",
"nigerian phone number",
"network provider",
"validate"
],
"author": "Francis Olawumi Awe",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/code-flag/phone-number-network-provider.git"
},
"jest": {
"preset": "ts-jest",
"testEnvironment": "node"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"ts-jest": "^29.3.2"
}
}