{ "name": "luxon-hijri", "version": "1.0.2", "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" }