shamela
Version:
Library to interact with the Maktabah Shamela v4 APIs
65 lines (64 loc) • 1.65 kB
JSON
{
"author": "Ragaeeb Haq",
"default": "./dist/index.js",
"dependencies": {
"fflate": "^0.8.2",
"sql.js": "^1.13.0"
},
"description": "Library to interact with the Maktabah Shamela v4 APIs",
"devDependencies": {
"@biomejs/biome": "^2.3.6",
"@types/node": "^24.10.1",
"@types/react": "^19.2.6",
"@types/react-dom": "^19.2.3",
"@types/sql.js": "^1.4.9",
"next": "^16.0.3",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"semantic-release": "^25.0.2",
"tsdown": "^0.16.5",
"typescript": "^5.9.3"
},
"engines": {
"bun": ">=1.3.2",
"node": ">=22.0.0"
},
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist/**"
],
"homepage": "https://github.com/ragaeeb/shamela",
"keywords": [
"shamela",
"Arabic",
"Islamic",
"Muslim"
],
"license": "MIT",
"main": "dist/index.js",
"name": "shamela",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/ragaeeb/shamela.git"
},
"scripts": {
"build": "tsdown",
"demo": "next dev demo",
"demo:build": "next build demo",
"demo:start": "next start demo",
"e2e": "RUN_E2E=true bun test e2e",
"format": "biome format --write .",
"lint": "biome check ."
},
"sideEffects": false,
"source": "src/index.ts",
"type": "module",
"types": "dist/index.d.ts",
"version": "1.3.3"
}