UNPKG

sophone

Version:

πŸ‡ΈπŸ‡΄ Professional Somali phone number validation, formatting, operator detection & mobile wallet identification. Supports EVC, Sahal, ZAAD, eDahab, and Jeeb with CLI tools, TypeScript support, and beautiful error handling.

62 lines (61 loc) β€’ 1.49 kB
{ "name": "sophone", "version": "1.1.0", "description": "πŸ‡ΈπŸ‡΄ Professional Somali phone number validation, formatting, operator detection & mobile wallet identification. Supports EVC, Sahal, ZAAD, eDahab, and Jeeb with CLI tools, TypeScript support, and beautiful error handling.", "keywords": [ "somalia", "phone", "validator", "e164", "cli", "telecom", "mobile", "wallet", "evc", "sahal", "zaad", "edahab", "jeeb", "mobile-money", "fintech" ], "license": "MIT", "author": "Omar Tood", "type": "module", "main": "src/index.js", "bin": { "sophone": "src/cli.js" }, "files": [ "src", "README.md", "LICENSE" ], "scripts": { "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "lint": "echo 'No linter configured yet'", "build": "echo 'No build step required'", "prepublishOnly": "npm test", "release": "semantic-release", "release:dry": "semantic-release --dry-run" }, "engines": { "node": ">=14" }, "repository": { "type": "git", "url": "git+https://github.com/omartood/sophone.git" }, "bugs": { "url": "https://github.com/omartood/sophone/issues" }, "homepage": "https://github.com/omartood/sophone#readme", "devDependencies": { "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "semantic-release": "^24.2.7", "vitest": "^3.2.4" } }