{
    "author": "Ragaeeb Haq",
    "default": "./dist/index.js",
    "dependencies": {
        "fflate": "^0.8.2",
        "sql.js": "^1.14.1"
    },
    "description": "Library to interact with the Maktabah Shamela v4 APIs",
    "devDependencies": {
        "@biomejs/biome": "^2.4.15",
        "@semantic-release/changelog": "^6.0.3",
        "@semantic-release/git": "^10.0.1",
        "@semantic-release/release-notes-generator": "^14.1.1",
        "@types/bun": "^1.3.13",
        "@types/node": "^25.7.0",
        "@types/react": "^19.2.14",
        "@types/react-dom": "^19.2.3",
        "@types/sql.js": "^1.4.11",
        "next": "^16.2.6",
        "react": "^19.2.6",
        "react-dom": "^19.2.6",
        "semantic-release": "^25.0.3",
        "tsdown": "^0.22.0",
        "typescript": "^6.0.3",
        "unrun": "^0.3.0"
    },
    "engines": {
        "bun": ">=1.3.14",
        "node": ">=25.0.0"
    },
    "exports": {
        ".": {
            "default": "./dist/index.js",
            "import": "./dist/index.js",
            "types": "./dist/index.d.ts"
        },
        "./constants": {
            "default": "./dist/utils/constants.js",
            "import": "./dist/utils/constants.js",
            "types": "./dist/utils/constants.d.ts"
        },
        "./content": {
            "default": "./dist/content.js",
            "import": "./dist/content.js",
            "types": "./dist/content.d.ts"
        },
        "./transform": {
            "default": "./dist/transform.js",
            "import": "./dist/transform.js",
            "types": "./dist/transform.d.ts"
        },
        "./types": {
            "types": "./dist/types.d.ts"
        }
    },
    "files": [
        "dist"
    ],
    "homepage": "https://github.com/ragaeeb/shamela",
    "keywords": [
        "shamela",
        "Arabic",
        "Islamic",
        "Muslim",
        "Islam"
    ],
    "license": "MIT",
    "main": "dist/index.js",
    "name": "shamela",
    "packageManager": "bun@1.3.14",
    "private": false,
    "repository": {
        "type": "git",
        "url": "git+https://github.com/ragaeeb/shamela.git"
    },
    "scripts": {
        "build": "tsdown",
        "e2e": "RUN_E2E=true bun test e2e",
        "format": "biome format --write .",
        "lint": "biome check .",
        "postbuild": "bun run test:exports",
        "test:exports": "bunx tsc --noEmit -p testing/tsconfig.json && bun test testing/exports.test.ts"
    },
    "sideEffects": false,
    "source": "src/index.ts",
    "type": "module",
    "types": "dist/index.d.ts",
    "version": "1.5.3"
}
