mirror of
https://github.com/acamarata/pray-calc.git
synced 2026-06-30 19:04:26 +00:00
79 lines
No EOL
1.6 KiB
JSON
79 lines
No EOL
1.6 KiB
JSON
{
|
|
"name": "pray-calc",
|
|
"version": "1.7.0",
|
|
"description": "Accurate prayer times using custom algorithm for dynamic angles and nrel-spa for extreme precision",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts",
|
|
"methods.json",
|
|
"README.md",
|
|
"CHANGELOG.md",
|
|
"calcTimes.js",
|
|
"calcTimesAll.js",
|
|
"getAngles.js",
|
|
"getAsr.js",
|
|
"getEarthSunDistance.js",
|
|
"getMoon.js",
|
|
"getMoonIllumination.js",
|
|
"getMoonPhase.js",
|
|
"getMoonPosition.js",
|
|
"getMoonVisibility.js",
|
|
"getMSC.js",
|
|
"getQiyam.js",
|
|
"getTimes.js",
|
|
"getTimesAll.js"
|
|
],
|
|
"scripts": {
|
|
"test": "mocha test.js",
|
|
"lint": "eslint .",
|
|
"prepare": "npm test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ummeco/pray-calc.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ummeco/pray-calc/issues"
|
|
},
|
|
"homepage": "https://github.com/ummeco/pray-calc#readme",
|
|
"keywords": [
|
|
"prayer-times",
|
|
"islamic-prayer-times",
|
|
"adhan-times",
|
|
"fajr",
|
|
"dhuhr",
|
|
"asr",
|
|
"maghrib",
|
|
"isha",
|
|
"qiyam",
|
|
"iqama",
|
|
"sunrise",
|
|
"sunset",
|
|
"solar-position",
|
|
"moon-phase",
|
|
"moon-illumination",
|
|
"hijri-calendar",
|
|
"qibla",
|
|
"shalat",
|
|
"namaz",
|
|
"javascript",
|
|
"nodejs",
|
|
"nrel-spa",
|
|
"suncalc"
|
|
],
|
|
"author": "Ali Camarata",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"dependencies": {
|
|
"nrel-spa": "^1.3.0",
|
|
"suncalc": "^1.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.0.0",
|
|
"mocha": "^10.2.0"
|
|
}
|
|
} |