zaperson
Version:
A lib for parsing, formatting, and validating Brazilian phone numbers.
38 lines • 818 B
JSON
{
"name": "zaperson",
"version": "1.0.6",
"description": "A lib for parsing, formatting, and validating Brazilian phone numbers.",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.js"
}
},
"keywords": [
"phone",
"validation",
"brazil",
"typescript",
"telefones",
"validador",
"whatsapp",
"celular"
],
"author": "Mattd-silva22",
"license": "MIT",
"scripts": {
"test": "jest",
"build": "tsup src/index.ts --format cjs,esm --dts --clean"
},
"devDependencies": {
"@types/jest": "^29.5.13",
"@types/node": "^22.7.6",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "^5.6.3"
}
}