{
  "name": "chinese-idcard-checker",
  "version": "2.0.0",
  "description": "中国居民身份证验证器",
  "keywords": [
    "id-card",
    "checker",
    "validation"
  ],
  "main": "dist/IDCardChecker.js",
  "typings": "types/index.d.ts",
  "scripts": {
    "build": "tsc --module esnext",
    "test": "nyc mocha -r ts-node/register test/**/*.ts",
    "format": "eslint --fix \"src/**/*.ts\" \"test/**/*.ts\""
  },
  "author": "weihongyu12",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/weihongyu12/chinese-idcard-checker"
  },
  "bugs": {
    "url": "https://github.com/weihongyu12/chinese-idcard-checker/issues"
  },
  "homepage": "https://github.com/weihongyu12/chinese-idcard-checker",
  "dependencies": {
    "date-fns": "^2.22.1"
  },
  "devDependencies": {
    "@types/chai": "^4.2.12",
    "@types/mocha": "^8.0.0",
    "@typescript-eslint/eslint-plugin": "^4.26.0",
    "@typescript-eslint/parser": "^4.26.0",
    "chai": "^4.2.0",
    "coveralls": "^3.1.0",
    "eslint": "^7.5.0",
    "eslint-config-airbnb-typescript": "^12.3.1",
    "eslint-plugin-import": "^2.22.0",
    "mocha": "^8.0.1",
    "mocha-lcov-reporter": "^1.3.0",
    "nyc": "^15.1.0",
    "source-map-support": "^0.5.19",
    "ts-node": "^10.0.0",
    "tslib": "^2.0.0",
    "typescript": "^4.3.2",
    "uglify-js": "^3.10.0"
  },
  "nyc": {
    "extension": [
      ".ts"
    ],
    "exclude": [
      "dist/**/*",
      "test/**/*.ts",
      "test/**/*.js",
      "types/**/*.ts"
    ],
    "reporter": [
      "lcovonly"
    ],
    "all": true
  }
}
