number-to-nepali-words
Version:
Convert numbers between English and Nepali numerals, words, and currency formats. Supports Nepali language representation of numbers. Includes currency formatting (if applicable).
77 lines (76 loc) • 1.94 kB
JSON
{
"name": "number-to-nepali-words",
"version": "1.0.0",
"description": "Convert numbers between English and Nepali numerals, words, and currency formats. Supports Nepali language representation of numbers. Includes currency formatting (if applicable).",
"main": "src/index.js",
"types": "src/index.d.ts",
"type": "module",
"scripts": {
"test": "ava"
},
"keywords": [
"nepali",
"number",
"numbers",
"converter",
"translation",
"currency",
"nepali-number",
"nepali-numbers",
"nepali-numerals",
"nepali-digits",
"nepali-words",
"nepali-word-conversion",
"nepali-text",
"nepali-language",
"nepali-locale",
"nepali-representation",
"angka",
"ganti",
"rupiya",
"nepalese-rupee",
"english-to-nepali-number-conversion",
"convert-english-to-nepali-numbers",
"nepali-number-to-english-conversion",
"convert-nepali-numbers-to-english",
"nepali-number-to-words-conversion",
"convert-nepali-numbers-to-words",
"nepali-numbers-to-text",
"nepali-numbers-to-string",
"nepali-formatter",
"nepali-utils",
"nepali-tools",
"nepali-functions",
"number-formatting",
"nepali-currency-formatting",
"nepali-currency-conversion",
"internationalization",
"i18n",
"l10n",
"nepal",
"nepal-tools",
"nepal-utilities",
"nepali-dev",
"nepali-developers",
"nepali-programming",
"nepali-javascript",
"javascript-nepali",
"npm-package",
"utility",
"library",
"rabin thami"
],
"author": "Rabin Thami",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/rabin-thami/number-to-nepali-words.git"
},
"bugs": {
"url": "https://github.com/rabin-thami/number-to-nepali-words"
},
"homepage": "https://github.com/rabin-thami/number-to-nepali-words#readme",
"devDependencies": {
"ava": "^6.2.0"
}
}