@zodash/idcard
Version:
chinese id card parser, generator and validator
78 lines (77 loc) • 1.61 kB
JSON
{
"name": "@zodash/idcard",
"version": "0.0.13",
"description": "chinese id card parser, generator and validator",
"keywords": [
"zodash",
"idcard"
],
"author": "zero <tobewhatwewant@gmail.com>",
"homepage": "https://github.com/zcorky/zodash#readme",
"license": "MIT",
"main": "lib/index.js",
"browser": "lib/browser.js",
"directories": {
"lib": "lib"
},
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zcorky/zodash.git"
},
"jest": {
"roots": [
"__tests__"
],
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": ".*\\.(spec|test)\\.(ts|tsx)$",
"moduleDirectories": [
"node_modules",
"src"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx"
],
"coverageDirectory": "./coverage/",
"collectCoverage": true,
"collectCoverageFrom": [
"src/**/*.{ts,tsx}"
],
"coverageThreshold": {
"global": {
"branches": 80,
"functions": 80,
"lines": 90,
"statements": -10
}
}
},
"scripts": {
"build": "yarn clean && tsc",
"watch": "yarn clean && tsc -w",
"clean": "rm -rf lib",
"test": "jest -w 1",
"coverage": "codecov"
},
"bugs": {
"url": "https://github.com/zcorky/zodash/issues"
},
"dependencies": {
"@zcorky/moment": "^1.2.3",
"@zodash/random": "^1.2.14"
},
"devDependencies": {
"@zodash/repeat": "^0.0.6"
},
"gitHead": "0380215b1bed3268d7ab000f842e24357eaf6d3a"
}