UNPKG

@siakhooi/number-to-chinese-words

Version:
49 lines (48 loc) 1.27 kB
{ "name": "@siakhooi/number-to-chinese-words", "version": "1.12.4", "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": "^29.5.2", "@types/node": "^20.3.1", "coveralls": "^3.1.1", "gts": "^3.1.1", "jest": "^29.5.0", "ts-jest": "^29.1.0", "typescript": "^5.1.3", "webpack": "^5.87.0", "webpack-cli": "^5.1.4" }, "dependencies": { "ts-node": "^10.9.1" } }