myc-number
Version:
30 lines (29 loc) • 647 B
JSON
{
"name": "myc-number",
"version": "1.0.1",
"description": "数字和大写中文数字互转",
"keywords": [
"数字转换"
],
"author": {
"name": "myc",
"email": "machaodeyouxiang@gmail.com"
},
"license": "ISC",
"homepage": "https://github.com/chaochaoxiaoren/myc-tool",
"bugs": {
"url": "https://github.com/chaochaoxiaoren/myc-tool/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chaochaoxiaoren/myc-tool"
},
"main": "./dist/myc-number.js",
"scripts": {
"build": "webpack"
},
"devDependencies": {
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
}
}