UNPKG

sophone

Version:

πŸ‡ΈπŸ‡΄ Professional Somali phone number validation, formatting & operator detection. Comprehensive library with CLI tools, TypeScript support, and beautiful error handling.

49 lines (48 loc) β€’ 1.12 kB
{ "name": "sophone", "version": "0.1.1", "description": "πŸ‡ΈπŸ‡΄ Professional Somali phone number validation, formatting & operator detection. Comprehensive library with CLI tools, TypeScript support, and beautiful error handling.", "keywords": [ "somalia", "phone", "validator", "e164", "cli", "telecom", "mobile" ], "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" }, "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": { "vitest": "^3.2.4" } }