ethiopian-currency-formatter
Version:
A library for formatting numbers into Ethiopian Birr (ETB) and converting numbers to Amharic words.
28 lines (27 loc) • 605 B
JSON
{
"name": "ethiopian-currency-formatter",
"version": "1.0.2",
"description": "A library for formatting numbers into Ethiopian Birr (ETB) and converting numbers to Amharic words.",
"main": "formatter.js",
"scripts": {
"test": "jest"
},
"keywords": [
"Ethiopian",
"Currency",
"Formatter",
"ETB",
"Amharic",
"Number"
],
"author": "Bekalu Sisay Iticha",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"jest": "^29.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/bekalu73/ethiopian-currency-formatter.git"
}
}