mirror of
https://github.com/acamarata/pray-calc.git
synced 2026-06-30 19:04:26 +00:00
45 lines
No EOL
926 B
JSON
45 lines
No EOL
926 B
JSON
{
|
|
"name": "pray-calc",
|
|
"version": "1.6.1",
|
|
"description": "Accurate prayer times using nrel-spa and moon functions via suncalc",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts",
|
|
"getTimes.js",
|
|
"getAsr.js",
|
|
"getAngles.js",
|
|
"calcTimesAll.js",
|
|
"getQiyam.js",
|
|
"getMoonPosition.js",
|
|
"getMoonIllumination.js",
|
|
"getMoonPhase.js",
|
|
"getMoonVisibility.js",
|
|
"getMoon.js",
|
|
"getEarthSunDistance.js",
|
|
"methods.json",
|
|
"dist/",
|
|
"README.md",
|
|
"CHANGELOG.md"
|
|
],
|
|
"scripts": {
|
|
"build": "babel src -d dist",
|
|
"test": "mocha test/*.js",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"keywords": [
|
|
"prayer-times",
|
|
"Islam",
|
|
"nrel-spa",
|
|
"suncalc",
|
|
"moon",
|
|
"qiyam"
|
|
],
|
|
"author": "Your Name <you@example.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"nrel-spa": "^1.3.0",
|
|
"suncalc": "^1.9.0"
|
|
}
|
|
} |