{
  "name": "rut-verifier",
  "version": "3.1.4",
  "description": "chilean RUT verifier - verificador RUT chileno",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "mocha --require ts-node/register ./test/*.spec.ts",
    "cz": "git-cz",
    "semantic-release": "semantic-release"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/flakolefluk/rut-verifier.git"
  },
  "keywords": [
    "RUT",
    "chile"
  ],
  "author": "Ignacio Falk <flakolefluk@gmail.com> (https://flakolefluk.dev)",
  "license": "MIT",
  "devDependencies": {
    "@types/chai": "^4.1.7",
    "@types/mocha": "^5.2.6",
    "@types/node": "^12.6.8",
    "chai": "^4.2.0",
    "commitizen": "^4.0.3",
    "cz-conventional-changelog": "^3.0.2",
    "mocha": "^6.0.0",
    "semantic-release": "^15.13.3",
    "ts-node": "^8.0.2",
    "typescript": "^3.3.3"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
