chinese-number-format
Version:
中文數字轉換Chinese numeral conversion
55 lines (54 loc) • 1.35 kB
JSON
{
"name": "chinese-number-format",
"version": "1.1.0",
"description": "中文數字轉換Chinese numeral conversion",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/garylin0969/chinese-number-format.git"
},
"keywords": [
"台灣",
"中華民國",
"中国",
"中华人民共和国",
"Taiwan",
"China",
"數字轉中文",
"数字转中文",
"中文轉數字",
"中文转数字",
"數字轉換",
"数字转换",
"number to chinese",
"chinese to number",
"traditional",
"simplified",
"chinese numerals",
"chinese numbers",
"number",
"numeral",
"format",
"formatter",
"conversion",
"converter",
"chinese month",
"lunar month",
"traditional month"
],
"author": {
"name": "GaryLin",
"email": "garylin0969@gmail.com"
},
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.11",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3"
}
}