hijri-date-converter
Version:
A package to convert Gregorian dates to Hijri dates.
35 lines (34 loc) • 799 B
JSON
{
"name": "hijri-date-converter",
"version": "1.0.2",
"description": "A package to convert Gregorian dates to Hijri dates.",
"module": "index.ts",
"type": "module",
"devDependencies": {
"@types/jest": "^29.5.14",
"typescript": "^5.0.0"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"keywords": [
"hijri",
"islamic",
"date",
"date-conversion",
"typescript",
"converter",
"gregorian",
"islamic calendar"
],
"author": "Awa alwalxed@proton.me",
"license": "MIT",
"homepage": "https://github.com/alwalxed/hijri-date-converter",
"repository": {
"type": "git",
"url": "git+https://github.com/alwalxed/hijri-date-converter.git"
},
"bugs": {
"url": "https://github.com/alwalxed/hijri-date-converter/issues"
}
}