{
  "name": "@sahabaplus/mushaf-engine",
  "version": "1.0.0-beta.5",
  "description": "TypeScript implementation of a Quran Mushaf navigation engine",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "clean": "rimraf dist",
    "prebuild": "npm run clean",
    "prepare": "npm run build"
  },
  "keywords": [
    "quran",
    "mushaf",
    "navigation",
    "typescript"
  ],
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "@types/bun": "latest",
    "@types/node": "^18.15.11",
    "jest": "^29.5.0",
    "rimraf": "6.0.1",
    "typescript": "^5.0.3"
  },
  "files": [
    "dist",
    "data/*.json"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./data/king_fahad_mushaf.json": {
      "import": "./data/king_fahad_mushaf.json",
      "require": "./data/king_fahad_mushaf.json",
      "types": "./dist/data/index.d.ts"
    }
  },
  "typesVersions": {
    "*": {
      "data/king_fahad_mushaf.json": [
        "./dist/data/index.d.ts"
      ]
    }
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "peerDependencies": {
    "typescript": "^5.0.0"
  }
}
