num-to-arabic
Version:
convert all of numbers to arabic numbers
29 lines (28 loc) • 687 B
JSON
{
"name": "num-to-arabic",
"version": "0.0.3",
"description": "convert all of numbers to arabic numbers",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alimortazavi-pr/num-to-arabic.git"
},
"keywords": [
"number",
"english",
"arabic",
"javascript",
"typescript"
],
"author": "Ali Mortazavi",
"license": "ISC",
"bugs": {
"url": "https://github.com/alimortazavi-pr/num-to-arabic/issues"
},
"homepage": "https://github.com/alimortazavi-pr/num-to-arabic#readme"
}