UNPKG

quran-meta

Version:

Library with meta data and functionality related to Holy Quran

97 lines 2.75 kB
{ "name": "quran-meta", "version": "6.0.8", "description": "Library with meta data and functionality related to Holy Quran", "type": "module", "license": "MIT", "homepage": "https://quran-center.github.io/quran-meta/", "keywords": [ "quran", "koran", "metadata", "surah", "juz" ], "author": "Huseyn Guliyev", "jsdelivr": "./dist/index.js", "unpkg": "./dist/index.js", "i18n": "./dist/i18n/index.js", "iife": "./dist/index.iife.js", "hafs": "./dist/hafs.js", "warsh": "./dist/warsh.js", "qalun": "./dist/qalun.js", "types": "./dist/index.d.ts", "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" } }, "repository": "quran-center/quran-meta", "files": [ "src/", "dist/", "lib_es/", "lib_cjs/", "types/" ], "engines": { "node": ">=18.0.0" }, "scripts": { "dev": "vitest", "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/" }, "devDependencies": { "@eslint/js": "9.39.1", "@stylistic/eslint-plugin": "^5.6.1", "@types/node": "24.10.1", "@vitest/coverage-v8": "4.0.13", "changelogen": "^0.6.2", "eslint": "9.39.1", "eslint-plugin-tsdoc": "^0.5.0", "oxlint": "^1.29.0", "oxlint-tsgolint": "^0.8.1", "rimraf": "^6.1.2", "tsdown": "^0.16.6", "typedoc": "^0.28.14", "typedoc-github-theme": "^0.3.1", "typescript": "^5.9.3", "typescript-eslint": "^8.47.0", "vitest": "^4.0.13" }, "packageManager": "pnpm@10.15.1", "main": "./dist/index.js" }