{
  "name": "cpf",
  "version": "2.0.1",
  "description": "Functions to handle brazilian CPF numbers.",
  "main": "./dist/cpf.min.js",
  "files": [
    "dist",
    "index.d.ts"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/theuves/cpf.git"
  },
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-loader": "^7.1.4",
    "babel-preset-env": "^1.6.1",
    "jasmine": "^2.8.0",
    "random-array": "0.0.2",
    "reverse-array": "^1.0.0",
    "standard": "^12.0.1",
    "uglifyjs-webpack-plugin": "^2.1.1",
    "webpack": "^4.28.3",
    "webpack-cli": "^3.2.0"
  },
  "scripts": {
    "build": "webpack --mode production",
    "test": "jasmine --config=jasmine.json --stop-on-failure=true",
    "prepublish": "npm run build",
    "standard": "standard --fix"
  },
  "author": "Matheus Alves",
  "license": "MIT"
}
