validator-brazil
Version:
Validate Brazilian CPF, CNPJ (including alphanumeric) and CEP
47 lines (46 loc) • 1.05 kB
JSON
{
"name": "validator-brazil",
"version": "1.3.0",
"description": "Validate Brazilian CPF, CNPJ (including alphanumeric) and CEP",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lourencorodrigo/validator-brazil.git"
},
"keywords": [
"cpf",
"cnpj",
"cep",
"validacao",
"brazil",
"validation"
],
"author": "Rodrigo Lourenço <rsilvape@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lourencorodrigo/validator-brazil/issues"
},
"homepage": "https://github.com/lourencorodrigo/validator-brazil#readme",
"devDependencies": {
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"ts-jest": "^29.3.2",
"typescript": "^5.8.3"
},
"jest": {
"preset": "ts-jest",
"testEnvironment": "node",
"testMatch": [
"<rootDir>/src/**/*.spec.ts"
]
}
}