UNPKG

quran-meta

Version:

Library with meta data and functionality related to Holy Quran

93 lines 2.71 kB
{ "name": "quran-meta", "description": "Library with meta data and functionality related to Holy Quran", "keywords": [ "quran", "koran", "metadata", "surah", "juz" ], "version": "3.2.1", "license": "MIT", "jsdelivr": "./dist/index.mjs", "unpkg": "./dist/index.mjs", "main": "./dist/index.cjs", "module": "./lib_es/index.mjs", "types": "./dist/index.d.ts", "type": "module", "exports": { "./package.json": "./package.json", ".": { "browser": "./dist/quran-meta.js", "bun": "./dist/index.mjs", "deno": "./dist/index.mjs", "edge-light": "./dist/index.mjs", "edge-routine": "./dist/index.mjs", "netlify": "./dist/index.mjs", "react-native": "./dist/index.mjs", "wintercg": "./dist/index.mjs", "worker": "./dist/index.mjs", "electron": "./dist/index.mjs", "workerd": "./dist/index.mjs", "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" }, "default": "./dist/index.mjs" } }, "repository": { "type": "git", "url": "git+https@github.com:quran-center/quran-meta.git", "directory": "packages/quran-meta" }, "files": [ "src/", "dist/", "lib_es/", "lib_cjs/", "types/" ], "engines": { "node": ">=14.0.0" }, "scripts": { "dev": "vitest", "lint": "eslint . --fix", "coverage": "vitest run --coverage", "build": "unbuild", "precommit": "pnpm lint&&pnpm build&& vitest --onlyChanged", "prepack": "pnpm build && pnpm test:full&&rimraf docs&&pnpm tsdoc", "release:rc": "changelogen --release --prerelease --publish --publishTag rc", "release": "changelogen --release --push --publish", "test": "vitest", "test:full": "pnpm lint && pnpm test:types && pnpm coverage", "test:types": "tsc --noEmit", "tsdoc": "typedoc", "up": "pnpm update -i -L", "verify": "pnpx jiti examples/data-check" }, "devDependencies": { "@eslint/js": "9.19.0", "@stylistic/eslint-plugin": "^3.0.1", "@types/node": "22.13.0", "@vitest/coverage-v8": "3.0.4", "changelogen": "^0.5.7", "eslint": "9.19.0", "eslint-plugin-tsdoc": "^0.4.0", "globals": "^15.14.0", "rimraf": "^6.0.1", "standard-version": "^9.5.0", "typedoc": "^0.27.6", "typescript": "^5.7.3", "typescript-eslint": "^8.22.0", "unbuild": "3.3.1", "vitest": "^3.0.4" }, "packageManager": "pnpm@9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b" }