{
  "name": "h7-validate-cpf",
  "version": "1.0.7",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "npx ts-node src/index.test.ts"
  },
  "keywords": [
    "cpf",
    "validate",
    "validation",
    "cpf-validator",
    "brazil",
    "brazilian-cpf",
    "typescript",
    "validator",
    "verify-cpf"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/herlandio/package-npm-validate-cpf"
  },
  "author": "https://github.com/herlandio",
  "license": "MIT",
  "description": "A TypeScript library to validate Brazilian CPF, responsible by validate CPF | validate equals numbers | quantity of numbers and if is true or false",
  "devDependencies": {
    "ts-node": "^10.0.0",
    "typescript": "^5.0.0"
  }
}
