UNPKG

zero-deps-prayer-times

Version:

A lightweight, embeddable Islamic prayer times calculator based on date and coordinates, with zero external dependencies.

64 lines (63 loc) 1.63 kB
{ "name": "zero-deps-prayer-times", "version": "1.0.4", "description": "A lightweight, embeddable Islamic prayer times calculator based on date and coordinates, with zero external dependencies.", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "scripts": { "build": "tsup index.ts --format cjs,esm --dts", "lint": "tsc" }, "devDependencies": { "@types/bun": "latest", "@types/jest": "^29.5.14", "tsup": "^8.3.5", "typescript": "^5.7.2" }, "peerDependencies": { "typescript": "^5.0.0" }, "author": "Awa alwalxed@proton.me", "license": "MIT", "homepage": "https://github.com/alwalxed/zero-deps-prayer-times", "repository": { "type": "git", "url": "git+https://github.com/alwalxed/zero-deps-prayer-times.git" }, "bugs": { "url": "https://github.com/alwalxed/zero-deps-prayer-times/issues" }, "keywords": [ "prayer-times", "islamic", "muslim-prayers", "adhan-prayers", "azan-times", "prayer-time-calculator", "islamic-utilities", "date-and-time", "azan-prayer-times", "religious-tools", "islamic-applications", "muslim-utilities", "salah-times", "adhan-notifications", "islamic-clock", "umrah-timetable", "ramadan-prayers", "daily-prayers", "prayer-time-api", "islamic-date-time", "prayer-schedules", "local-prayer-times", "time-zone-prayers", "islamic-calendar-api", "muslim-schedules", "islamic-app", "web-prayer-times", "prayer-time-calculator-js", "timezones", "islamic-time-converter" ] }