{
    "name": "praytime",
    "version": "3.2.0",
    "description": "A JavaScript library for calculating prayer times.",
    "author": "Hamid Zarrabi-Zadeh",
    "license": "MIT",
    "homepage": "https://praytimes.org",
    "main": "src/praytime.js",
    "scripts": {
        "test": "npx jest --rootDir tests"
    },
    "keywords": [
        "praytimes",
        "prayer",
        "times",
        "adhan",
        "salah",
        "muslim",
        "islamic"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/zarrabi/praytime.git"
    },
    "bugs": {
        "url": "https://github.com/zarrabi/praytime/issues"
    }
}