{
  "name": "cpf-check",
  "version": "3.0.0",
  "description": "Validador de CPF Moderno, Isomórfico e Super Leve.",
  "main": "dist/index.umd.js",
  "umd:main": "dist/index.umd.js",
  "source": "src/index.ts",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "rimraf dist && cross-env NODE_ENV=production microbundle --no-sourcemap --name CPF && rimraf dist/index.test.d.ts",
    "coverage": "cross-env NODE_ENV=test jest --coverage --coverageReporters=text-lcov | coveralls",
    "lint": "tslint src/** ",
    "prebuild": "npm run test && npm run lint",
    "prepublishOnly": "npm run build",
    "test": "cross-env NODE_ENV=test jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/flasd/cpf-check.git"
  },
  "keywords": [
    "cpf",
    "validar",
    "validator"
  ],
  "author": "Marcel Coelho",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/flasd/cpf-check/issues"
  },
  "homepage": "https://github.com/flasd/cpf-check#readme",
  "devDependencies": {
    "@types/jest": "^24.0.11",
    "coveralls": "^3.0.3",
    "cross-env": "^5.2.0",
    "jest": "^24.7.1",
    "microbundle": "^0.11.0",
    "rimraf": "^2.6.3",
    "ts-jest": "^24.0.2",
    "tslint": "^5.16.0",
    "tslint-config-airbnb": "^5.11.1",
    "typescript": "^3.4.4"
  }
}
