UNPKG

amount-to-words-multilang

Version:

Convert numbers to words in multiple languages (EN, TH, FR, JA, DE, ET, ES, FA, ZH)

51 lines (50 loc) 1.17 kB
{ "name": "amount-to-words-multilang", "version": "1.2.0", "description": "Convert numbers to words in multiple languages (EN, TH, FR, JA, DE, ET, ES, FA, ZH)", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "test:verbose": "jest --verbose" }, "keywords": [ "amount", "words", "i18n", "number-to-words", "multilang", "thai", "english", "french", "japanese", "german", "estonian", "spanish", "persian", "chinese", "currency" ], "author": "c-nutthapol", "repository": { "type": "git", "url": "https://github.com/c-nutthapol/amount-to-words-multilang.git" }, "bugs": { "url": "https://github.com/c-nutthapol/amount-to-words-multilang/issues" }, "homepage": "https://github.com/c-nutthapol/amount-to-words-multilang#readme", "license": "MIT", "dependencies": { "@types/node": "^24.0.3" }, "devDependencies": { "@types/jest": "^30.0.0", "jest": "^30.0.2", "ts-jest": "^29.4.0", "typescript": "^5.8.3" } }