multilingual-number-to-words
Version:
Converts to number in to words. one can get words written in any language. users can add there own language if not included
33 lines (32 loc) • 936 B
JSON
{
"name": "multilingual-number-to-words",
"version": "6.0.1",
"description": "Converts to number in to words. one can get words written in any language. users can add there own language if not included",
"main": "lib/index.js",
"scripts": {
"dev": "tsc && yalc publish && cd test && yalc update multilingual-number-to-words && node index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/umeshramya/multilingual-number-to-words.git"
},
"keywords": [
"Number",
"words",
"string",
"accounts"
],
"author": "Dr Umesh R Bilagi",
"license": "MIT",
"bugs": {
"url": "https://github.com/umeshramya/multilingual-number-to-words/issues"
},
"homepage": "https://github.com/umeshramya/multilingual-number-to-words#readme",
"devDependencies": {
"typedoc": "^0.21.0",
"typescript": "^4.3.4"
},
"files": [
"lib/**/*"
]
}