UNPKG

country-mobile-number-validator

Version:

A lightweight Javascript library for retrieving country information, including country codes, based on provided data. Simplify your application's logic by seamlessly integrating with this package to extract essential country details, facilitating tasks su

33 lines (32 loc) 1.07 kB
{ "name": "country-mobile-number-validator", "version": "1.0.1", "description": "A lightweight Javascript library for retrieving country information, including country codes, based on provided data. Simplify your application's logic by seamlessly integrating with this package to extract essential country details, facilitating tasks such as phone number validation, formatting and localization.", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/Lokesh-connqt/mobile-number-validator.git" }, "scripts": { "build": "tsup", "prepublishOnly": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "e164", "format", "verifyphonenumber", "number", "phone", "international", "country-mobile-number-validator" ], "author": "kavinda_kumarage", "license": "MIT", "devDependencies": { "tsup": "^8.0.2", "typescript": "^5.4.2" } }