{
  "name": "cn-validator",
  "version": "1.2.6",
  "description": "一个校验身份证号/统一社会信用号/营业执照及组织机构代码号的工具，支持旧的营业执照和组织机构代码证号",
  "main": "./dist/cn-validator.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rollup -c"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wellenzhong/cn-validator.git"
  },
  "keywords": [
    "身份证",
    "营业执照",
    "统一社会信用号",
    "组织机构代码"
  ],
  "author": "wellen2000",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wellenzhong/cn-validator/issues"
  },
  "homepage": "https://github.com/wellenzhong/cn-validator#readme",
  "devDependencies": {
    "rollup": "^2.63.0"
  }
}
