UNPKG

phone-number-validation-js

Version:
92 lines 2.56 kB
{ "name": "phone-number-validation-js", "version": "1.0.4", "description": "Validate phone numbers by country or ISD code", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*" ], "repository": { "type": "git", "url": "git+https://github.com/techhoney15/phone-number-validation.git" }, "bugs": { "url": "https://github.com/techhoney15/phone-number-validation/issues" }, "homepage": "https://github.com/techhoney15/phone-number-validation#readme", "author": "Honey Kumar", "license": "MIT", "keywords": [ "phone", "phonecheck", "phone-check", "phone-checker", "phone-check-js", "phoneverify", "phone-verify", "phone-verification", "phonenumber", "phone number validations", "phone number validation", "phone number check", "phone number checker", "phone number verify", "phone number verification", "phone number validator", "phone number validation js", "phone number check js", "phone number checker js", "phone number verify js", "phone number verification js", "phone number validation library", "phone-number-validation-js", "phone-number-validation-js-js", "phone-number-validation", "phone-number-validator", "phone-number-validation-js", "phone-number-checker", "phone-number-format", "phone-validation-lib", "phone-validation-tool", "mobile-number-validator", "validate-mobile-number", "validate-phone", "validate-phone-number", "validate-phone-js", "international-phone-number-validation-js", "international-phone-number", "mobile-phone-validation", "libphonenumber", "libphonenumber-js", "phone-number-utils", "validator", "validation", "phone input validator", "phone form validation", "phone field validator", "form validator", "form phone validation", "react phone validation", "react-native phone validation", "node phone validation", "nextjs phone validation", "vue phone validation", "javascript phone validation", "typescript phone validation", "npm", "npm phone validator", "npm phone validation package" ], "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "npx tsc && node dist/index.js", "push": "git add . && git commit -m \"update\" && git push origin main" }, "devDependencies": { "@types/node": "^24.0.4", "ts-node": "^10.9.2", "typescript": "^5.8.3" } }