quran-meta
Version:
Library with meta data and functionality related to Holy Quran
95 lines • 2.83 kB
JSON
{
"name": "quran-meta",
"description": "Library with meta data and functionality related to Holy Quran",
"keywords": [
"quran",
"koran",
"metadata",
"surah",
"juz"
],
"version": "5.0.3",
"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",
"docs:local": "pnpx http-server docs",
"build": "unbuild",
"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",
"test": "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.27.0",
"@stylistic/eslint-plugin": "^4.2.0",
"@types/node": "22.15.19",
"@vitest/coverage-v8": "3.1.4",
"changelogen": "^0.6.1",
"eslint": "9.27.0",
"eslint-plugin-tsdoc": "^0.4.0",
"globals": "^16.1.0",
"rimraf": "^6.0.1",
"standard-version": "^9.5.0",
"typedoc": "^0.28.4",
"typedoc-github-theme": "^0.3.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.32.1",
"unbuild": "3.5.0",
"vitest": "^3.1.4"
},
"packageManager": "pnpm@9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b"
}