mirror of
https://github.com/acamarata/luxon-hijri.git
synced 2026-06-30 18:54:28 +00:00
37 lines
855 B
JSON
37 lines
855 B
JSON
{
|
|
"name": "luxon-hijri",
|
|
"version": "1.0.0",
|
|
"description": "A Hijri date converter based on the Umm al-Qura calendar system, using Luxon for date manipulations.",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "jest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ussunnah/luxon-hijri.git"
|
|
},
|
|
"keywords": [
|
|
"hijri",
|
|
"calendar",
|
|
"converter",
|
|
"luxon",
|
|
"umm-al-qura"
|
|
],
|
|
"author": "USF",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/luxon": "^3.3.4",
|
|
"jest": "^27.0.0",
|
|
"typescript": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@umalqura/core": "^0.0.7",
|
|
"luxon": "^2.5.2"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ussunnah/luxon-hijri/issues"
|
|
},
|
|
"homepage": "https://github.com/ussunnah/luxon-hijri#readme"
|
|
}
|