UNPKG

alfurqan

Version:

Al Quran verses, translations, transliterations, juzs and chapters. Offline.

47 lines 1.07 kB
{ "name": "alfurqan", "version": "0.0.3", "description": "Al Quran verses, translations, transliterations, juzs and chapters. Offline.", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsup" }, "repository": { "type": "git", "url": "git+https://github.com/ariefsn/alquran-ts.git" }, "keywords": [ "alquran", "quran", "alfurqan", "moeslem", "muslim", "islam", "islamic", "religion", "hadits", "ayah", "verse", "chapter", "surah", "transliteration" ], "author": "Arief Setiyo Nugroho", "license": "MIT", "bugs": { "url": "https://github.com/ariefsn/alquran-ts/issues" }, "homepage": "https://github.com/ariefsn/alquran-ts#readme", "packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610", "devDependencies": { "ts-node": "^10.9.2", "tsup": "^8.4.0", "typescript": "^5.8.2" } }