price-seprator
Version:
لایبرری ساده برای جدا کردن سه رقمی قیمت و تبدیل عدد به حروف فارسی و انگلیسی
39 lines (38 loc) • 884 B
JSON
{
"name": "price-seprator",
"version": "1.1.0",
"description": "لایبرری ساده برای جدا کردن سه رقمی قیمت و تبدیل عدد به حروف فارسی و انگلیسی",
"main": "src/price-separator.js",
"types": "src/price-separator.d.ts",
"scripts": {
"test": "jest",
"build": "tsc"
},
"keywords": [
"price",
"separator",
"persian",
"english",
"number",
"words",
"currency",
"toman",
"rial",
"dollar",
"euro"
],
"author": "",
"license": "MIT",
"devDependencies": {
"jest": "^29.5.0",
"typescript": "^5.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrjs6781/price-seprator.git"
},
"bugs": {
"url": "https://github.com/mrjs6781/price-seprator/issues"
},
"homepage": "https://github.com/mrjs6781/price-seprator#readme"
}