{
  "author": "David Armendáriz",
  "name": "identity-number-validator",
  "version": "1.1.17",
  "description": "Package to validate if an identity number is valid or not",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "tsc",
    "check-types": "tsc --noEmit",
    "test": "jest",
    "coverage": "jest --clearCache && jest --coverage",
    "lint": "eslint 'src/**/*.ts'",
    "precommit": "yarn check-types && yarn lint --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DavidArmendariz/identity-number-validator.git"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/DavidArmendariz/identity-number-validator/issues"
  },
  "homepage": "https://github.com/DavidArmendariz/identity-number-validator#readme",
  "dependencies": {},
  "devDependencies": {
    "@types/jest": "^26.0.4",
    "@types/node": "^14.14.6",
    "@typescript-eslint/eslint-plugin": "^4.6.0",
    "@typescript-eslint/parser": "^4.6.0",
    "eslint": "^7.12.1",
    "eslint-config-prettier": "^7.1.0",
    "eslint-plugin-prettier": "^3.3.0",
    "husky": "^4.3.0",
    "jest": "^26.6.1",
    "lint-staged": "^10.5.1",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.2.1",
    "ts-jest": "^26.4.3",
    "ts-node": "^9.0.0",
    "typedoc": "^0.19.2",
    "typescript": "^4.0.5"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "pre-push": "yarn coverage"
    }
  },
  "lint-staged": {
    "src/**/*.ts": "yarn precommit"
  },
  "files": [
    "lib/**/*"
  ],
  "keywords": [
    "ecuador",
    "cedula",
    "identity"
  ]
}
