cpf-validator
Version:
package for cpf validation
30 lines (29 loc) • 548 B
JSON
{
"name": "cpf-validator",
"version": "1.0.1",
"main": "index.js",
"scripts": {
"test": "jest",
"lint": "eslint .",
"coverage": "jest --coverage"
},
"keywords": [
"cpf",
"validator",
"brazil"
],
"author": "Matheus Genteluci",
"license": "MIT",
"description": "package for cpf validation",
"devDependencies": {
"eslint": "^6.2.1",
"jest": "^24.9.0"
},
"repository": {
"type": "git",
"url": "https://github.com/MGenteluci/cpf-validator.git"
},
"jest": {
"verbose": true
}
}