{
  "name": "number-reads-cn",
  "version": "1.0.4",
  "description": "数字中文读法转换工具（电话读法、数值读法、序列读法、金额读法、大写读法）",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc"
  },
  "author": "genost",
  "license": "MIT",
  "keywords": ["数字", "中文", "读法", "转换", "number", "chinese", "read"],
  "devDependencies": {
    "typescript": "^5.0.0"
  }
}
