js-idcard-full
Version:
40 lines (39 loc) • 1.12 kB
JSON
{
"name": "js-idcard-full",
"version": "2.1.0",
"description": "身份证解析",
"main": "./src/index.js",
"dependencies": {
"chinese-lunar": "^0.1.4",
"node-constellation": "^0.0.5"
},
"devDependencies": {
"@babel/cli": "^7.12.8",
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"babel-loader": "^8.2.2",
"babel-preset-es2015": "^6.24.1",
"clean-webpack-plugin": "^3.0.0",
"webpack": "^5.9.0",
"webpack-cli": "^4.2.0"
},
"scripts": {
"build": "webpack --config config/webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "git+https://github.com/Evans-Cai/js-idcard.git",
"keywords": [
"身份证",
"id-card"
],
"author": "Evans-Cai <caiwendi88@gmail.com> (github.com/Evans-Cai)",
"contributors": [
"Evans-Cai <caiwendi88@gmail.com> (github.com/Evans-Cai)"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/Evans-Cai/js-idcard/issues"
},
"homepage": "https://github.com/Evans-Cai/js-idcard#readme"
}