{
  "name": "adhan",
  "description": "High precision Islamic prayer time library",
  "version": "4.4.4",
  "type": "module",
  "author": "Ameir Al-Zoubi <ameir@ameir.com>",
  "license": "MIT",
  "main": "lib/cjs/Adhan.js",
  "module": "lib/esm/Adhan.js",
  "types": "lib/types/Adhan.d.ts",
  "exports": {
    ".": {
      "types": "./lib/types/Adhan.d.ts",
      "import": "./lib/esm/Adhan.js",
      "require": "./lib/cjs/Adhan.js"
    }
  },
  "scripts": {
    "clean": "rimraf lib",
    "test": "vitest run",
    "test:watch": "vitest",
    "coverage": "vitest run --coverage",
    "build": "npm-run-all -l clean -p build:*",
    "build:esm": "cross-env BABEL_ENV=esmUnbundled babel src --extensions '.ts' --out-dir 'lib/esm' --source-maps",
    "build:cjs": "cross-env BABEL_ENV=cjs babel src --extensions '.ts' --out-dir 'lib/cjs' --source-maps",
    "build:bundles": "cross-env BABEL_ENV=esmBundled rollup -c",
    "build:types": "tsc -b tsconfig.types.json",
    "lint": "run-p -l lint:*",
    "lint:eslint": "eslint --max-warnings=0 .",
    "lint:tsc": "tsc --noEmit",
    "lint-fix": "npm-run-all -l -p lint-fix:* -s lint:tsc",
    "lint-fix:eslint": "eslint --max-warnings=0 --fix .",
    "commit": "cz",
    "prepare": "husky"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/batoulapps/adhan-js.git"
  },
  "homepage": "https://github.com/batoulapps/adhan-js",
  "keywords": [
    "adhan",
    "islam",
    "muslim",
    "prayer",
    "islamic",
    "prayer times",
    "salah",
    "salat",
    "salaat",
    "namaz"
  ],
  "devDependencies": {
    "@babel/cli": "^7.29.7",
    "@babel/core": "^7.29.7",
    "@babel/preset-env": "^7.29.7",
    "@babel/preset-typescript": "^7.29.7",
    "@commitlint/cli": "^21.0.2",
    "@commitlint/config-conventional": "^21.0.2",
    "@eslint/js": "^10.0.1",
    "@rollup/plugin-babel": "^7.1.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-terser": "^1.0.0",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/commit-analyzer": "^13.0.1",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^12.0.8",
    "@semantic-release/release-notes-generator": "^14.1.1",
    "@tsconfig/node12": "^12.1.7",
    "@typescript-eslint/eslint-plugin": "^8.61.0",
    "@typescript-eslint/parser": "^8.61.0",
    "@vitest/coverage-v8": "^4.1.8",
    "babel-loader": "^10.1.1",
    "commitizen": "^4.3.1",
    "cross-env": "^10.1.0",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^10.4.1",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-jest": "^29.15.2",
    "eslint-plugin-prettier": "^5.5.6",
    "husky": "^9.1.7",
    "moment": "^2.30.1",
    "moment-timezone": "^0.6.2",
    "npm-run-all": "^4.1.5",
    "prettier": "^3.8.4",
    "pretty-quick": "^4.2.2",
    "rimraf": "^6.1.3",
    "rollup": "^4.61.1",
    "semantic-release": "^25.0.5",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.61.0",
    "vitest": "^4.1.8"
  },
  "overrides": {
    "commitizen": {
      "minimist": "1.2.6"
    },
    "lodash": "^4.18.0",
    "serialize-javascript": "^7.0.3",
    "tmp": "^0.2.4",
    "glob": "^13.0.6"
  },
  "commitizen": {
    "path": "./node_modules/cz-conventional-changelog"
  },
  "allowScripts": {
    "fsevents@2.3.3": true,
    "unrs-resolver@1.12.2": true
  }
}
