luxon-hijri/package.json

41 lines
No EOL
923 B
JSON

{
"name": "luxon-hijri",
"version": "1.0.4",
"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",
"prepare": "npm run build",
"test": "jest"
},
"files": [
"dist"
],
"keywords": [
"hijri",
"calendar",
"converter",
"luxon",
"umm-al-qura"
],
"devDependencies": {
"@types/luxon": "^3.3.4",
"jest": "^27.0.0",
"typescript": "^4.0.0"
},
"dependencies": {
"@umalqura/core": "^0.0.7",
"luxon": "^2.5.2"
},
"author": "Ali Camarata",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/acamarata/luxon-hijri.git"
},
"homepage": "https://github.com/acamarata/luxon-hijri#readme",
"bugs": {
"url": "https://github.com/acamarata/luxon-hijri/issues"
}
}