arabic-digits
Version:
A light-weight utility to convert arabic digits to english or modern digits and vice versa.
34 lines (33 loc) • 773 B
JSON
{
"name": "arabic-digits",
"version": "1.1.0",
"description": "A light-weight utility to convert arabic digits to english or modern digits and vice versa.",
"main": "index.js",
"repository": {
"url": "https://github.com/elhakeem/arabic-digits"
},
"scripts": {
"test": "jest --verbose",
"build": "tsc -d index.ts"
},
"keywords": [
"arabic",
"digit",
"indian",
"engish",
"modern",
"numbers",
"numeric"
],
"author": "https://github.com/elhakeem",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"@babel/preset-typescript": "^7.10.1",
"babel-jest": "^26.0.1",
"jest": "^26.0.1",
"typescript": "^3.9.5",
"@types/jest": "^26.0.0"
}
}