{
  "name": "quran-meta",
  "version": "6.0.17",
  "description": "Library with meta data and functionality related to Holy Quran",
  "keywords": [
    "juz",
    "koran",
    "metadata",
    "quran",
    "surah"
  ],
  "homepage": "https://quran-center.github.io/quran-meta/",
  "license": "MIT",
  "author": "Huseyn Guliyev",
  "repository": "quran-center/quran-meta",
  "files": [
    "dist/",
    "lib_cjs/",
    "lib_es/",
    "src/",
    "types/"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "unpkg": "./dist/index.js",
  "jsdelivr": "./dist/index.js",
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json",
    "./i18n": {
      "types": "./dist/i18n/index.d.ts",
      "import": "./dist/i18n/index.js"
    },
    "./hafs": {
      "types": "./dist/hafs.d.ts",
      "import": "./dist/hafs.js"
    },
    "./warsh": {
      "types": "./dist/warsh.d.ts",
      "import": "./dist/warsh.js"
    },
    "./qalun": {
      "types": "./dist/qalun.d.ts",
      "import": "./dist/qalun.js"
    }
  },
  "scripts": {
    "dev": "vitest",
    "fmt": "oxfmt .",
    "lint": "oxlint --type-aware --fix .",
    "lint:es": "eslint --fix .",
    "coverage": "vitest run --coverage",
    "docs:local": "pnpx http-server docs",
    "build": "tsdown",
    "unbuild": "pnpx unbuild --config unbuild.config.ts",
    "obuild": "pnpx obuild",
    "precommit": "pnpm lint&&pnpm build&& vitest --run",
    "prepack": "pnpm build && pnpm test:full&&pnpm tsdoc",
    "release:rc": "changelogen --release --prerelease --publish --publishTag rc",
    "release": "changelogen --release --push --publish",
    "release:gh": "changelogen gh release",
    "test": "vitest --run",
    "test:dev": "vitest",
    "test:full": "pnpm lint && pnpm test:types && pnpm coverage",
    "test:types": "tsc --noEmit",
    "tsdoc": "rimraf docs&&typedoc --hideGenerator --plugin typedoc-github-theme",
    "up": "pnpm update -i -L",
    "verify": "pnpx jiti examples/data-check/"
  },
  "dependencies": {
    "oxfmt": "^0.32.0"
  },
  "devDependencies": {
    "@eslint/js": "10.0.1",
    "@types/node": "25.2.3",
    "@vitest/coverage-v8": "4.0.18",
    "changelogen": "^0.6.2",
    "eslint": "10.0.0",
    "eslint-plugin-tsdoc": "^0.5.0",
    "oxlint": "^1.47.0",
    "oxlint-tsgolint": "^0.12.2",
    "rimraf": "^6.1.2",
    "tsdown": "0.20.3",
    "typedoc": "^0.28.16",
    "typedoc-github-theme": "^0.3.1",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.55.0",
    "vitest": "^4.0.18"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "packageManager": "pnpm@10.29.3+sha512.498e1fb4cca5aa06c1dcf2611e6fafc50972ffe7189998c409e90de74566444298ffe43e6cd2acdc775ba1aa7cc5e092a8b7054c811ba8c5770f84693d33d2dc",
  "hafs": "./dist/hafs.js",
  "i18n": "./dist/i18n/index.js",
  "iife": "./dist/index.iife.js",
  "qalun": "./dist/qalun.js",
  "warsh": "./dist/warsh.js"
}
