UNPKG

quran-meta

Version:

Library with meta data and functionality related to Holy Quran

81 lines 2.29 kB
{ "name": "quran-meta", "version": "5.1.0", "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", "main": "./dist/index.js", "iife": "./dist/index.iife.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": "./dist/index.js", "./package.json": "./package.json" }, "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": ">=18.0.0" }, "scripts": { "dev": "vitest", "lint": "eslint . --fix", "coverage": "vitest run --coverage", "docs:local": "pnpx http-server docs", "build": "tsdown", "unbuild": "unbuild --config unbuild.config.ts", "obuild": "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", "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.32.0", "@stylistic/eslint-plugin": "^5.2.2", "@types/node": "24.1.0", "@vitest/coverage-v8": "3.2.4", "changelogen": "^0.6.2", "eslint": "9.32.0", "eslint-plugin-tsdoc": "^0.4.0", "globals": "^16.3.0", "obuild": "^0.2.1", "rimraf": "^6.0.1", "standard-version": "^9.5.0", "tsdown": "^0.13.0", "typedoc": "^0.28.8", "typedoc-github-theme": "^0.3.0", "typescript": "^5.8.3", "typescript-eslint": "^8.38.0", "unbuild": "3.6.0", "vitest": "^3.2.4" }, "packageManager": "pnpm@10.11.0" }