{
  "name": "@siakhooi/number-to-chinese-words",
  "version": "1.12.6",
  "description": "Library to translate number into chinese words",
  "main": "dist/main/index.js",
  "scripts": {
    "test": "NODE_OPTIONS='--max-old-space-size=8192' jest --detectOpenHandles --logHeapUsage",
    "lint": "gts lint",
    "clean": "gts clean",
    "compile": "tsc",
    "fix": "gts fix",
    "prepare": "npm run compile",
    "pretest": "npm run compile",
    "posttest": "npm run lint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/siakhooi/ts-number-to-chinese-words.git"
  },
  "keywords": [
    "number",
    "chinese"
  ],
  "author": {
    "name": "Siak Hooi Ng",
    "email": "siakhooi@gmail.com",
    "url": "https://siakhooi.github.io"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/siakhooi/ts-number-to-chinese-words/issues"
  },
  "homepage": "https://siakhooi.github.io/ts-number-to-chinese-words/",
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "@types/node": "^24.10.1",
    "coveralls": "^3.1.1",
    "gts": "^6.0.2",
    "jest": "^30.2.0",
    "ts-jest": "^29.4.5",
    "typescript": "^5.9.3",
    "webpack": "^5.102.1",
    "webpack-cli": "^6.0.1"
  },
  "dependencies": {
    "ts-node": "^10.9.2"
  }
}
