{
  "name": "wlitd-utils",
  "version": "1.0.5",
  "description": "数字或字符串转中文大写金额",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/wlitd/wlitd-utils.git"
  },
  "homepage": "https://github.com/wlitd/wlitd-utils#readme",
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "lint": "eslint",
    "lint:fix": "eslint --fix",
    "release:major": "standard-version --release-as major --skip.commit",
    "release:minor": "standard-version --release-as minor --skip.commit",
    "release:patch": "standard-version --release-as patch --skip.commit"
  },
  "keywords": [
    "RMB"
  ],
  "author": "wlitd",
  "license": "MIT",
  "devDependencies": {
    "@eslint/js": "^9.18.0",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.10.10",
    "eslint": "^9.18.0",
    "eslint-config-prettier": "^10.0.1",
    "eslint-plugin-prettier": "^5.2.3",
    "globals": "^15.14.0",
    "jest": "^29.7.0",
    "standard-version": "^9.5.0",
    "ts-jest": "^29.2.5",
    "ts-node": "^10.9.2",
    "typescript": "^5.7.3",
    "typescript-eslint": "^8.21.0"
  },
  "dependencies": {
    "decimal.js": "^10.5.0"
  }
}
