{
    "author": "Ragaeeb Haq",
    "description": "JavaScript SDK for accessing turath.io books",
    "devDependencies": {
        "@biomejs/biome": "^2.3.5",
        "@semantic-release/changelog": "^6.0.3",
        "@semantic-release/git": "^10.0.1",
        "@types/node": "^24.10.1",
        "bun-types": "^1.3.2",
        "semantic-release": "^25.0.2",
        "tsdown": "^0.16.4",
        "typescript": "^5.9.3"
    },
    "engines": {
        "node": ">=22.0.0"
    },
    "files": [
        "dist/index.js",
        "dist/index.js.map",
        "dist/*.d.ts"
    ],
    "keywords": [
        "turath.io",
        "arabic",
        "islamic"
    ],
    "license": "MIT",
    "main": "dist/index.js",
    "name": "turath-sdk",
    "packageManager": "bun@1.2.14",
    "private": false,
    "repository": {
        "type": "git",
        "url": "git+https://github.com/ragaeeb/turath-sdk.git"
    },
    "scripts": {
        "build": "tsdown",
        "e2e": "bun test testing",
        "format": "bunx @biomejs/biome format .",
        "lint": "bunx @biomejs/biome check .",
        "test": "bun test --coverage",
        "watch": "tsdown --watch"
    },
    "source": "src/index.ts",
    "type": "module",
    "types": "dist/index.d.ts",
    "version": "1.1.0"
}
