chinese-numbering
Version:
format numbers as chinese words
28 lines (27 loc) • 548 B
JSON
{
"name": "chinese-numbering",
"version": "1.0.0",
"description": "format numbers as chinese words",
"license": "MIT",
"keywords": [
"chinese",
"number",
"word",
"format"
],
"author": {
"name": "EqualMa",
"email": "equalma@outlook.com",
"url": "https://github.com/EqualMa"
},
"repository": {
"type": "git",
"url": "https://github.com/EqualMa/chinese-numbering.git"
},
"publishConfig": {
"access": "public"
},
"main": "index.js",
"module": "es/index.js",
"types": "index.d.ts"
}