{
  "name": "alfurqan",
  "version": "0.0.2",
  "description": "Al Quran verses, translations, 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"
  ],
  "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"
  }
}